Cargo Features

[dependencies]
xcfg-rs = { version = "0.2.4", default-features = false, features = ["full", "toml", "yaml", "keep"] }
default = toml

The toml feature is set by default whenever xcfg-rs is added without default-features = false somewhere in the dependency tree.

full = keep, toml, yaml
toml default full?

Enables toml

yaml full?

Enables serde_yaml

keep full?

Enables signal-hook

Affects xcfg-rs::keep