Cargo Features

[dependencies]
deimos_shared = { version = "0.1.1", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever deimos_shared is added without default-features = false somewhere in the dependency tree.

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.

serde std
typetag std
interpn std
once_cell std