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 default-features = false somewhere in the dependency tree.

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