Cargo Features
[dependencies]
device-driver-generation = { 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-generation
is added without
somewhere in the dependency tree.default-features = false - manifest json toml yaml
-
Enables dd-manifest-tree
- dsl default
-
Affects
device-driver-generation::transform_dsl
… - json default = manifest
-
Enables json of dd-manifest-tree
Affects
device-driver-generation::transform_json
… - yaml default = manifest
-
Enables yaml of dd-manifest-tree
Affects
device-driver-generation::transform_yaml
… - toml default = manifest
-
Enables toml of dd-manifest-tree
Affects
device-driver-generation::transform_toml
…