Cargo Features
[dependencies]
tame-protocol = { version = "0.2.0", default-features = false, features = ["tracers"] }
- default = tracers
-
The
tracers
feature is set by default whenevertame-protocol
is added without
somewhere in the dependency tree.default-features = false - tracers default = rill-engine
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.
- rill-engine tracers
-
Enables rill-engine ^0.31.0