Cargo Features
[dependencies]
dot15d4 = { version = "0.1.2", default-features = false, features = ["std", "log", "defmt", "fuzz"] }
- std default = log
-
Enable std only features
Affects
tests::StdDelay
,tests::StdDelayFuture
… - default = std
-
The
std
feature is set by default wheneverdot15d4
is added without
somewhere in the dependency tree.default-features = false - log std
-
Use tracing for logging
Enables log
- defmt
-
Use defmt for logging
Enables defmt
- fuzz = arbitrary
-
Enable fuzzing
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.