Cargo Features
[dependencies]
deimos_shared = { version = "0.1.1", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverdeimos_shared
is added without
somewhere in the dependency tree.default-features = false - std default = interpn, once_cell, serde, typetag
-
Affects
deimos_shared::calcs
,analog_i_rev_2::AnalogIRev2
,analog_i_rev_3::AnalogIRev3
,peripherals::PluginFn
,peripherals::PluginMap
,peripherals::Peripheral
,peripherals::parse_binding
…
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.