[dependencies.ahash]
optional = true
version = "0.8"
[dev-dependencies.criterion]
version = "0.7"
[[example]]
name = "basic"
path = "examples/basic.rs"
[features]
ahash = ["dep:ahash"]
default = ["ahash"]
[lib]
name = "throttlecrab"
path = "src/lib.rs"
[package]
authors = ["Pavel Lazureykis <pavel@lazureykis.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "network-programming", "web-programming", "concurrency"]
description = "A high-performance GCRA (Generic Cell Rate Algorithm) rate limiter library"
documentation = "https://docs.rs/throttlecrab"
edition = "2024"
homepage = "https://github.com/lazureykis/throttlecrab"
keywords = ["rate-limiting", "api-protection", "throttle", "gcra", "rate-limiter"]
license = "MIT"
name = "throttlecrab"
readme = "README.md"
repository = "https://github.com/lazureykis/throttlecrab"
resolver = "2"
version = "0.4.2"