# 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 = "thruster-rate-limit" version = "1.0.1" authors = ["Tronikel "] description = "A super simple rate limiting middleware for the thruster web framework" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/Tronikelis/thruster-rate-limit" [dependencies.async-trait] version = "0.1.68" [dependencies.redis] version = "0.23.0" features = [ "connection-manager", "tokio-comp", ] optional = true [dependencies.thruster] version = "1.3.3" features = ["hyper_server"] [dependencies.tokio] version = "1.28.2" [features] redis_store = ["dep:redis"]