Cargo Features

[dependencies]
cpclib-disc = { version = "0.7.0", default-features = false, features = ["dskmanager", "catalog", "hideur"] }
default = catalog, dskmanager, hideur

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

dskmanager default

Enables cmdline of cpclib-common

Required by the dskmanager binary

catalog default = log, simplelog

Enables cmdline of cpclib-common

Required by the catalog binary

hideur default

Enables cmdline of cpclib-common

Required by the hideur binary

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.

log catalog
simplelog catalog