[package]
edition = "2021"
name = "ratelim"
version = "0.3.2"
authors = ["Valeriy V. Vorotyntsev <valery.vv@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simplistic rate limiter"
readme = "README.md"
keywords = [
"limit",
"rate",
"rate-limiting",
"throttling",
"timer",
]
categories = ["date-and-time"]
license = "MIT"
repository = "https://github.com/vvv/rate-limiter"
[lib]
name = "ratelim"
path = "src/lib.rs"
[[test]]
name = "it"
path = "tests/it.rs"
[dependencies]