limtr 0.2.0

Implement rate limits for all sort of applications and scenarios.
Documentation
[[bench]]
harness = false
name = "benchmark"

[dependencies.chrono]
version = "0.4.26"

[dependencies.indexmap]
features = ["rayon"]
version = "2.0.2"

[dependencies.once_cell]
version = "1.18.0"

[dependencies.tokio]
features = ["sync", "rt-multi-thread", "test-util", "macros"]
optional = true
version = "1.29.1"

[dev-dependencies.criterion]
features = ["async_tokio"]
version = "0.5.1"

[dev-dependencies.once_cell]
version = "1.18.0"

[features]
async = ["tokio"]
default = ["async"]

[package]
authors = ["FssAy"]
description = "Implement rate limits for all sort of applications and scenarios."
documentation = "https://docs.rs/limtr/latest/limtr/"
edition = "2021"
license = "GPL-3.0-only"
name = "limtr"
readme = "README.md"
repository = "https://github.com/FssAy/limtr"
version = "0.2.0"