Cargo Features
[dependencies]
cfc = { version = "0.1.0", default-features = false, features = ["ini", "labels", "yaml", "bin"] }
- default = bin, ini, labels, yaml
-
These default features are set whenever
cfc
is added without
somewhere in the dependency tree.default-features = false - ini default
-
Enables ini_core
Affects
loader::ini
… - labels default
-
Enables json
Affects
loader::docker
… - yaml default
-
Enables saphyr-parser ^0.0.1
Affects
loader::yaml
… - bin default
-
Enables clap and tracing-subscriber
Required by the binary