Cargo Features
tracing-lv has no features set by default.
[dependencies]
tracing-lv = { version = "0.0.2", features = ["reconnect_and_persistence"] }
- default
-
These default features are set whenever
tracing-lv
is added without
somewhere in the dependency tree.default-features = false Enables hyper, hyper-util, tokio, tonic ^0.12, tower, and tracing-lv-core
- reconnect_and_persistence
-
Enables binrw, rmp-serde, and zstd
Affects
client::TLSetting.reconnect_and_persistence
,tracing-lv::persistence
…