# 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-extensible-rate-limit" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rate limiting middleware for actix-web" homepage = "https://github.com/jacob-pro/actix-extensible-rate-limit" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/jacob-pro/actix-extensible-rate-limit" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "actix_extensible_rate_limit" path = "src/lib.rs" [dependencies.actix-web] version = "4" features = ["macros"] default-features = false [dependencies.dashmap] version = "6.0" optional = true [dependencies.futures] version = "0.3.28" [dependencies.log] version = "0.4.19" [dependencies.redis] version = "0.26" features = [ "tokio-comp", "aio", "connection-manager", ] optional = true default-features = false [dependencies.thiserror] version = "1.0.40" [dev-dependencies.tokio] version = "1" features = [ "time", "test-util", ] [features] default = ["dashmap"]