Cargo Features
[dependencies]
sloggers = { version = "2.2.0", default-features = false, features = ["json", "libflate", "slog-kvfilter"] }
- default = libflate, slog-kvfilter
-
These default features are set whenever
sloggers
is added without
somewhere in the dependency tree.default-features = false - json = slog-json
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.
- libflate default
-
Affects
file::FileLoggerConfig.rotate_compress
… - slog-kvfilter default
-
Affects
types::KVFilterParameters
… - slog-json json?