# 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" version = "0.1.1" authors = ["Fletcher Nichol "] description = "A rate limiter using a fixed window counter for arbitrary keys, backed by\nRedis.\n" documentation = "https://docs.rs/limitation" readme = "README.md" keywords = ["rate-limit", "rate-limiting", "limiter", "redis"] categories = ["asynchronous", "web-programming"] license = "MPL-2.0" repository = "https://github.com/fnichol/limitation" [dependencies.chrono] version = "0.4.9" [dependencies.futures] version = "0.1.29" [dependencies.redis] version = "0.13.0" [dependencies.time] version = "0.1.42" [dev-dependencies.tokio] version = "0.1.22" [dev-dependencies.version-sync] version = "0.8.1" [badges.cirrus-ci] repository = "fnichol/limitation"