Cargo Features
[dependencies]
slog-loggly = { version = "0.6.0", default-features = false, features = ["http1", "http2", "runtime"] }
- default = http1, runtime
-
These default features are set whenever
slog-loggly
is added without
somewhere in the dependency tree.default-features = false - http1 default
- http2
- runtime default
-
tokio:
Includes basic task execution capabilities
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.