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 default-features = false somewhere in the dependency tree.

ini default

Enables ini_core

Affects loader::ini

labels default

Enables json

Affects loader::docker

yaml default

Enables saphyr-parser

Affects loader::yaml

bin default

Enables clap and tracing-subscriber

Required by the binary