Cargo Features
[dependencies]
tokio-transports = { version = "0.1.0", default-features = false, features = ["full", "rw-pipe", "serded-json", "serded-bincode"] }
- default = rw-pipe, serded-bincode, serded-json, tracing
-
These default features are set whenever
tokio-transports
is added without
somewhere in the dependency tree.default-features = false - full = rw-pipe, serded-bincode, serded-json, tracing
- rw-pipe default full?
-
Enables io-std, io-util, process and time of tokio
Affects
rw::pipe
… - serded-json default full? = serde_json
- serded-bincode default full? = bincode
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- bincode serded-bincode
- serde_json serded-json
- tracing default full?