# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "async-throttle" version = "0.3.2" authors = ["Will Cygan "] exclude = ["/.github"] description = "Asynchronous Rate Limiting" homepage = "https://github.com/wcygan/async-throttle" readme = "README.md" keywords = [ "async", "asynchronous", "rate-limit", "throttle", ] categories = [ "asynchronous", "concurrency", ] license = "MIT" repository = "https://github.com/wcygan/async-throttle" [[test]] name = "test" path = "test/test.rs" [dependencies.backoff] version = "0.4.0" features = ["tokio"] [dependencies.dashmap] version = "5.4.0" [dependencies.tokio] version = "1.27.0" features = [ "time", "sync", ] [dev-dependencies.anyhow] version = "1.0.70" [dev-dependencies.futures] version = "0.3.27" [dev-dependencies.tokio] version = "1.27.0" features = ["full"]