async-throttle 0.3.1

Asynchronous Rate Limiting
Documentation
[[test]]
name = "test"
path = "test/test.rs"
[dependencies.backoff]
features = ["tokio"]
version = "0.4.0"

[dependencies.dashmap]
version = "5.4.0"

[dependencies.tokio]
features = ["time", "sync"]
version = "1.27.0"
[dev-dependencies.anyhow]
version = "1.0.70"

[dev-dependencies.futures]
version = "0.3.27"

[dev-dependencies.tokio]
features = ["full"]
version = "1.27.0"

[package]
authors = ["Will Cygan <wcygan.io@gmail.com>"]
categories = ["asynchronous", "concurrency"]
description = "Asynchronous Rate Limiting"
edition = "2021"
exclude = ["/.github"]
homepage = "https://github.com/wcygan/async-throttle"
keywords = ["async", "asynchronous", "rate-limit", "throttle"]
license = "MIT"
name = "async-throttle"
readme = "README.md"
repository = "https://github.com/wcygan/async-throttle"
version = "0.3.1"