# 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-rate-limit" version = "0.1.1" authors = ["Brendan Blanchard"] build = false exclude = [ ".idea", ".gitignore", ".github", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Common traits for rate limiting and implementations in async contexts." readme = "README.md" keywords = [ "tokio", "async", "rate", "limiting", ] categories = [ "asynchronous", "concurrency", "web-programming", ] license = "MIT" repository = "https://github.com/Brendan-Blanchard/async-rate-limit" [lib] name = "async_rate_limit" path = "src/lib.rs" [dependencies.tokio] version = "1.41.0" features = [ "full", "test-util", ]