Cargo Features
[dependencies]
hessra-config = { version = "0.1.0", default-features = false, features = ["toml", "http3"] }
- default = toml
-
The
toml
feature is set by default wheneverhessra-config
is added without
somewhere in the dependency tree.default-features = false - toml default
-
Enables toml
- http3
HessraConfig has 3 features without comments.