Cargo Features
[dependencies]
tor-error = { version = "0.24.0", default-features = false, features = ["full", "experimental", "experimental-api", "rpc", "tracing", "backtrace"] }
- default = backtrace, futures
-
These default features are set whenever
tor-error
is added without
somewhere in the dependency tree.default-features = false - full = backtrace, futures, tracing
-
Enables full of retry-error
WRONG should be 0.4.3
- experimental = experimental-api, rpc
- experimental-api experimental? = rpc
- rpc experimental? experimental-api?
- tracing full? = static_assertions
-
Enables tracing
Affects
tor-error::tracing
… - backtrace default full?
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.
- futures default full?
- static_assertions tracing?