# 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 = "limitation-actix-middleware" version = "0.1.1" authors = ["Fletcher Nichol "] description = "An Actix web middleware for rate limiting requests using a fixed window counter\nkeyed on a header.\n" documentation = "https://docs.rs/limitation-actix-middleware" readme = "README.md" keywords = ["rate-limit", "rate-limiting", "actix-web", "middleware"] categories = ["asynchronous", "web-programming"] license = "MPL-2.0" repository = "https://github.com/fnichol/limitation" [dependencies.actix-web] version = "1.0.8" [dependencies.futures] version = "0.1.29" [dependencies.limitation] version = "0.1.1" [dependencies.log] version = "0.4.8" [dev-dependencies.version-sync] version = "0.8.1" [badges.cirrus-ci] repository = "fnichol/limitation"