Cargo Features
[dependencies]
tower-fault = { version = "0.0.5", default-features = false, features = ["full", "error", "latency"] }
- default = full
-
The
full
feature is set by default whenevertower-fault
is added without
somewhere in the dependency tree.default-features = false - full default = error, latency
- error full = tokio
-
Affects
tower-fault::error
… - latency full = tokio
-
Affects
tower-fault::latency
…
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.