Cargo Features
[dependencies]
radio-sx127x = { version = "0.14.0", default-features = false, features = ["util", "serde"] }
- default = serde, util
-
These default features are set whenever
radio-sx127x
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 = driver-pal, humantime, simplelog, structopt
-
Enables hal of driver-pal ^0.8.0-alpha.6
Required by the sx127x-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.
- driver-pal default util
-
Enables driver-pal ^0.8.0-alpha.6
- serde default
- structopt util
- simplelog util
-
Enables simplelog ^0.8.0
- humantime util