# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "actix-ratelimit" version = "0.3.1" authors = ["Hitesh Paul "] description = "Rate limiting middleware framework for actix-web" homepage = "https://github.com/TerminalWitchcraft/actix-ratelimit" readme = "./README.md" keywords = ["actix", "actix-web", "ratelimit", "middleware", "rate-limiting"] categories = ["web-programming::http-server", "web-programming", "asynchronous", "caching", "web-programming::http-client"] license = "MIT" repository = "https://github.com/TerminalWitchcraft/actix-ratelimit" [dependencies.actix] version = "0.10" [dependencies.actix-http] version = "2.2.0" features = ["actors"] [dependencies.actix-web] version = "3.3.2" [dependencies.backoff] version = "0.2.1" optional = true [dependencies.dashmap] version = "4.0.1" optional = true [dependencies.failure] version = "0.1.8" [dependencies.futures] version = "0.3.8" [dependencies.log] version = "0.4.11" [dependencies.r2d2-memcache] version = "0.6" optional = true [dependencies.redis_rs] version = "0.15.1" optional = true package = "redis" [dev-dependencies.actix-rt] version = "1.1.1" [dev-dependencies.env_logger] version = "0.8.2" [dev-dependencies.version-sync] version = "0.9.1" [features] default = ["memory", "redis-store", "memcached"] memcached = ["r2d2-memcache", "backoff"] memory = ["dashmap"] redis-store = ["redis_rs", "backoff"] [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "TerminalWitchcraft/actix-ratelimit"