Cargo Features
[dependencies]
nct3933 = { version = "0.2.0", default-features = false, features = ["async", "sync"] }
- default = async, sync
-
These default features are set whenever
nct3933
is added without
somewhere in the dependency tree.default-features = false - async default = embedded-hal-async
-
Affects
nct3933::nct3933_async
… - sync default = embedded-hal
-
Affects
nct3933::nct3933_sync
…
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.