pingora/pingora-limits/Cargo.toml
2023-05-08 10:33:45 -07:00

26 lines
444 B
TOML

[package]
name = "pingora-limits"
version = "0.1.0"
authors = ["Yuchen Wu <yuchen@cloudflare.com>"]
license = "Apache-2.0"
description = "A library for rate limiting and event frequency estimation"
edition = "2018"
[lib]
name = "pingora_limits"
path = "src/lib.rs"
[dependencies]
ahash = "0"
[dev-dependencies]
rand = "0"
dashmap = "5"
dhat = "0"
[[bench]]
name = "benchmark"
harness = false
[features]
dhat-heap = [] # for benchmark only