Cargo Features
[dependencies]
tighterror-build = { version = "0.0.22", default-features = false, features = ["yaml", "toml"] }
- default = toml, yaml
-
These default features are set whenever
tighterror-build
is added without
somewhere in the dependency tree.default-features = false - yaml default
-
Enables serde_yaml
Affects
tighterror-build::DEFAULT_SPEC_PATH_YAML
… - toml default
-
Enables toml
Affects
tighterror-build::DEFAULT_SPEC_PATH_TOML
…