Cargo Features

[dependencies]
tor-error = { version = "0.17.0", default-features = false, features = ["full", "experimental", "experimental-api", "rpc", "tracing"] }
default = backtrace

The backtrace feature is set by default whenever tor-error is added without default-features = false somewhere in the dependency tree.

full = backtrace, 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

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.

backtrace default full?
static_assertions tracing?