Cargo Features

[dependencies]
device-driver = { version = "1.0.0-rc.0", default-features = false, features = ["dsl", "json", "yaml", "toml", "defmt-03"] }
default = dsl, json, toml, yaml

These default features are set whenever device-driver is added without default-features = false somewhere in the dependency tree.

dsl default

Enables dsl of device-driver-macros

json default

Enables json of device-driver-macros

yaml default

Enables yaml of device-driver-macros

toml default

Enables toml of device-driver-macros

defmt-03

Enables defmt, defmt-03 of embedded-io

device-driver has 6 features without comments.