Cargo Features
[dependencies]
beetmash_net = { version = "0.0.6-rc.7", default-features = false, features = ["serde_json", "tokio"] }
- default = serde_json
-
The
serde_json
feature is set by default wheneverbeetmash_net
is added without
somewhere in the dependency tree.default-features = false - serde_json default
-
Enables serde_json
- tokio
-
Enables futures-util, tokio, and tokio-tungstenite ^0.21
Affects
beetmash_net::tokio_client
…