Cargo Features
[dependencies]
svdtools = { version = "0.5.0", default-features = false, features = ["bin", "json", "yaml"] }
- default = bin, json, yaml
-
These default features are set whenever
svdtoolsis added withoutsomewhere in the dependency tree.default-features = false - bin default
-
Enables clap, env_logger, liquid, and rayon
Affects
convert::convert_cli,html::html_cli,html::htmlcompare_cli,interrupts::interrupts_cli,makedeps::makedeps_cli,mmap::mmap_cli,patch::patch_cli…Required by the binary
- json default
-
Enables serde_json
- yaml default
-
Enables serde_yaml ^0.8.26
serde_yaml 0.9.x looks broken