throttle-ro 0.1.2

A configurable throttling service for rate limiting IP-based requests
Documentation
[dependencies.cache-ro]
version = "0.3.1"

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

[package]
authors = ["Kak Smko <ba.smko@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "api-bindings"]
description = "A configurable throttling service for rate limiting IP-based requests"
documentation = "https://docs.rs/throttle-ro"
edition = "2024"
keywords = ["rate-limiting", "throttle", "api", "security", "cache"]
license = "MIT OR Apache-2.0"
name = "throttle-ro"
readme = "README.md"
repository = "https://github.com/kak-smko/throttle-ro"
version = "0.1.2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

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