Cargo Features

cdumay_config has no features set by default.

[dependencies]
cdumay_config = { version = "0.1.1", features = ["toml", "xml", "yaml"] }
toml = cdumay_error_toml

Enables toml

xml = serde-xml-rs
yaml = cdumay_error_yaml, serde_yaml

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

cdumay_error_toml toml?
cdumay_error_yaml yaml?
serde-xml-rs xml?
serde_yaml yaml?