Cargo Features

[dependencies]
cbsk_log_tokio = { version = "2.0.2", default-features = false, features = ["log_pack", "dir_pack"] }
default = dir_pack

The dir_pack feature is set by default whenever cbsk_log_tokio is added without default-features = false somewhere in the dependency tree.

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.

zip dir_pack log_pack?

Affects packer::zip_packer

cbsk_file dir_pack log_pack?