Cargo Features
[dependencies]
gcra = { version = "0.6.0", default-features = false, features = ["rate-limiter"] }
- default = rate-limiter
-
The
rate-limiter
feature is set by default whenevergcra
is added without
somewhere in the dependency tree.default-features = false - rate-limiter default = dashmap, rustc-hash
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.
- dashmap rate-limiter
-
Enables dashmap ^5.5.3
- rustc-hash rate-limiter
-
Enables rustc-hash ^1.1.0