Cargo Features
[dependencies]
ector = { version = "0.5.0", default-features = false, features = ["std", "time", "test-utils", "log", "defmt"] }
- default = log, std, time
-
These default features are set whenever
ector
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables critical-section, embassy-time ^0.1.0, arch-std and integrated-timers of embassy-executor ^0.3
- time default
- test-utils
-
Affects
ector::testutils
…
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.