Cargo Features
[dependencies]
cbsk_log_rayon = { version = "2.0.2", default-features = false, features = ["log_pack", "dir_pack"] }
- default = dir_pack
-
The
dir_pack
feature is set by default whenevercbsk_log_rayon
is added without
somewhere in the dependency tree.default-features = false - log_pack = cbsk_file, zip
-
single file to pack
- dir_pack default = cbsk_file, zip
-
directory loops to pack
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.