Cargo Features
[dependencies]
radb = { version = "0.1.6", default-features = false, features = ["tokio_async", "blocking"] }
- default = blocking
-
The
blocking
feature is set by default wheneverradb
is added without
somewhere in the dependency tree.default-features = false - tokio_async = async-stream, async-trait, futures-core, futures-util, tokio
-
Affects
tokio_async::AdbProtocol
… - blocking default
-
Affects
blocking::AdbProtocol
…
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.