Cargo Features
[dependencies]
sensor-tlv493d = { version = "0.1.0", default-features = false, features = ["std", "util"] }
- default = std, util
-
These default features are set whenever
sensor-tlv493d
is added without
somewhere in the dependency tree.default-features = false - std default = anyhow, thiserror
- util default = ctrlc, linux-embedded-hal, simplelog, structopt
-
Required by the tlv493d-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.
- structopt util
- linux-embedded-hal util
-
Enables linux-embedded-hal ^0.3.0
- simplelog util
-
Enables simplelog ^0.8.0
- thiserror std
-
Enables thiserror ^1.0.21
- ctrlc util
- anyhow std