# 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 = "actix-rate-limiter" version = "0.1.1" authors = ["Pelfox "] description = "Simple yet powerful per-route rate-limiter for Actix with support for regex." homepage = "https://github.com/Pelfox/actix-rate-limiter" documentation = "https://docs.rs/actix-rate-limiter/latest/actix-rate-limiter" readme = "README.md" keywords = [ "actix", "actix-web", "rate-limiter", ] categories = [ "web-programming", "web-programming::http-server", ] license = "MIT" repository = "https://github.com/Pelfox/actix-rate-limiter" [dependencies.actix-web] version = "4.8.0" [dependencies.chrono] version = "0.4.38" [dependencies.futures] version = "0.3.30" [dependencies.log] version = "0.4.22" [dependencies.regex] version = "1.10.5" [dependencies.tokio] version = "1.39.2" features = ["sync"] [dev-dependencies.env_logger] version = "0.11.5"