Cargo Features
[dependencies]
dlt = { version = "0.13.0", default-features = false, features = ["std", "serde-serialize"] }
- default = std
-
The
std
feature is set by default wheneverdlt
is added without
somewhere in the dependency tree.default-features = false - std default
-
Affects
dlt::dlt_corresponding
… - serde-serialize = serde
-
Enables serde-serialize of nalgebra
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.