Cargo Features

[dependencies]
cfsctl = { version = "0.3.0", default-features = false, features = ["oci", "rhel9", "pre-6.15"] }
default = oci, pre-6.15

These default features are set whenever cfsctl is added without default-features = false somewhere in the dependency tree.

oci default = composefs-oci
rhel9

Enables rhel9 of composefs

pre-6.15 default

Enables pre-6.15 of composefs

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.

composefs-oci oci