Cargo Features

[dependencies]
tighterror-build = { version = "0.0.14", default-features = false, features = ["yaml", "toml"] }
default = toml, yaml

These default features are set whenever tighterror-build is added without default-features = false somewhere in the dependency tree.

yaml default

Enables serde_yaml

Affects tighterror-build::DEFAULT_SPEC_PATH_YAML

toml default

Enables toml

Affects tighterror-build::DEFAULT_SPEC_PATH_TOML