touch_ratelimit 0.1.0

A composable, extensible rate limiting crate for Rust
Documentation
[dependencies.axum]
version = "0.8.8"

[dependencies.http]
version = "1.4.0"

[dependencies.parking_lot]
version = "0.12"

[dependencies.tokio]
features = ["full"]
version = "1"

[dependencies.tower]
version = "0.5.2"

[lib]
name = "touch_ratelimit"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "network-programming"]
description = "A composable, extensible rate limiting crate for Rust"
documentation = "https://docs.rs/touch-ratelimit"
edition = "2021"
keywords = ["rate-limit", "token-bucket", "axum", "tower"]
license = "MIT OR Apache-2.0"
name = "touch_ratelimit"
readme = "README.md"
repository = "https://github.com/SPARSH1608/Touch_ratelimit"
version = "0.1.0"

[[test]]
name = "basic"
path = "tests/basic.rs"