Cargo Features

Confique has no features set by default.

[dependencies]
confique = { version = "0.3.0", features = ["yaml", "json5", "toml"] }
yaml = serde_yaml

Affects confique::yaml, confique::Config.from_file

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.

json5 implicit feature

Enables json5

json5:

A Rust JSON5 serializer and deserializer which speaks Serde

Affects confique::json5, confique::Config.from_file

serde_yaml yaml?
toml implicit feature

Affects confique::toml, confique::Config.from_file