Cargo Features

[dependencies]
ratelimit_meter = { version = "5.0.0", default-features = false, features = ["no_std", "std"] }
default = std

The std feature is set by default whenever ratelimit_meter is added without default-features = false somewhere in the dependency tree.

no_std = spin
std default = evmap, parking_lot

Enables std of nonzero_ext ^0.1.5

Affects state::keyed

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.

spin no_std?

Enables spin ^0.5.0

parking_lot std

Enables parking_lot ^0.9.0

evmap std

Enables evmap ^6.0.0