[dependencies]
[dev-dependencies.hex-literal]
version = "0.4.1"
[dev-dependencies.rand]
features = ["small_rng"]
version = "0.8.5"
[dev-dependencies.sha2]
version = "0.10.6"
[features]
heavy_testing = []
[package]
authors = ["Aurélien Foucault <af@massa.net>"]
description = "Synchronously speed-limiting streams based on token bucket algorithm"
edition = "2021"
homepage = "https://github.com/massalabs/stream_limiter"
keywords = ["rate", "rate_limiting", "synchronous", "stream"]
license = "MIT OR Apache-2.0"
name = "stream_limiter"
readme = "README.md"
repository = "https://github.com/massalabs/stream_limiter"
version = "3.2.0"