Cargo Features
[dependencies]
radio-at86rf23x = { version = "0.2.0", default-features = false, features = ["util", "serde", "defmt"] }
- default = util
-
These default features are set whenever
radio-at86rf23x
is added without
somewhere in the dependency tree.default-features = false Enables hal-cp2130 and hal-linux of driver-pal ^0.8.0-alpha.6
- util default = anyhow, humantime, structopt, thiserror, tracing, tracing-subscriber
-
Enables hal of driver-pal ^0.8.0-alpha.6, helpers of radio ^0.11.0
Required by the at86rf23x-util binary
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.