Cargo Features

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

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

manifest json toml yaml
dsl default

Enables dsl of device-driver-generation

json default = manifest

Enables json of device-driver-generation

yaml default = manifest

Enables yaml of device-driver-generation

toml default = manifest

Enables toml of device-driver-generation

device-driver-macros has 6 features without comments.