Cargo Features
[dependencies]
bevyhub_net = { version = "0.0.1-rc.2", default-features = false, features = ["serde_json", "tokio"] }
- default = serde_json
-
The
serde_json
feature is set by default wheneverbevyhub_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
bevyhub_net::tokio_client
…