Cargo Features
[dependencies]
confik = { version = "0.12.0", default-features = false, features = ["env", "json", "toml", "bigdecimal", "bytesize", "camino", "chrono", "common", "ipnetwork", "rust_decimal", "secrecy", "url", "uuid"] }
- default = env, toml
-
These default features are set whenever
confik
is added without
somewhere in the dependency tree.default-features = false - env default
-
Source types
Enables envious
- json
-
Enables serde_json
- toml default
-
Enables toml
- bigdecimal
-
Destination types
Enables bigdecimal
- bytesize
-
Enables bytesize
- camino
-
Enables camino
- chrono
-
Enables chrono
- common
-
Affects
confik::common
… - ipnetwork
-
Enables ipnetwork
- rust_decimal
-
Enables rust_decimal
- secrecy
-
Enables secrecy
- url
-
Enables url
- uuid
-
Enables uuid