Cargo Features
[dependencies]
bunny-api = { version = "0.0.5", default-features = false, features = ["tracing", "tracing-subscriber"] }
- default = tracing, tracing-subscriber
-
These default features are set whenever
bunny-api
is added without
somewhere in the dependency tree.default-features = false
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.
- tracing default
-
Required by the bunny binary
- tracing-subscriber default
-
Required by the bunny binary