Cargo Features
[dependencies]
fast_log = { version = "1.7.4", default-features = false, features = ["gzip", "lz4", "runtime_thread", "zip"] }
- default = runtime_thread
-
The
runtime_thread
feature is set by default wheneverfast_log
is added without
somewhere in the dependency tree.default-features = false - gzip = flate2
-
Affects
packer::GZipPacker
… - lz4 = lz4_flex
-
Affects
packer::LZ4Packer
… - runtime_thread default
-
Affects
runtime::Receiver
,runtime::Sender
,runtime::SendError
,runtime::RecvError
,runtime::JoinHandle
,runtime::WaitGroup
,runtime::chan
,runtime::spawn
,runtime::spawn_stack_size
…
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.