Cargo Features
[dependencies]
formattable = { version = "0.1.0", default-features = false, features = ["clap", "json", "yaml", "toml"] }
- default = json, toml, yaml
-
These default features are set whenever
formattable
is added without
somewhere in the dependency tree.default-features = false - clap
-
Enables clap
- json default
-
Enables serde_json
- yaml default
-
Enables serde_yaml
- toml default
-
Enables toml ^0.5
formattable has 5 features without comments.