Cargo Features
[dependencies]
tor-memquota = { version = "0.24.0", default-features = false, features = ["full", "memquota", "experimental", "testing"] }
- default = memquota
-
The
memquota
feature is set by default whenevertor-memquota
is added without
somewhere in the dependency tree.default-features = false - full = memquota
-
Enables full of slotmap-careful, tor-async-utils, tor-basic-utils, tor-config, tor-error, tor-log-ratelim, and tor-rtcompat
- memquota default full?
- experimental = testing
- testing experimental? = visibility
-
Affects
tor-memquota::testing
…
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.