# 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 = "axum-limit" version = "0.1.0-alpha.2" authors = ["GengTeng "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A rate limiting library using token buckets, centered around extractor-based limits for async web applications." homepage = "https://github.com/gengteng/axum-limit" documentation = "https://docs.rs/axum-limit" readme = "README.md" keywords = [ "axum", "limit", "extractor", "rate", ] categories = [ "asynchronous", "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/gengteng/axum-limit" [lib] name = "axum_limit" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [dependencies.async-trait] version = "0.1.80" [dependencies.axum-core] version = "0.4.3" [dependencies.dashmap] version = "6.0.1" [dependencies.http] version = "1.1.0" [dev-dependencies.anyhow] version = "1.0.82" [dev-dependencies.axum] version = "0.7.5" [dev-dependencies.axum-test] version = "15.6.0" [dev-dependencies.futures] version = "0.3.30" [dev-dependencies.http] version = "1.1.0" [dev-dependencies.serde] version = "1.0.198" features = ["derive"] [dev-dependencies.tokio] version = "1.37.0" features = [ "macros", "rt-multi-thread", ]