# 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 = "website-screenshot-actix-governor" version = "0.3.0" authors = ["Aaron Erhardt "] description = "A rate-limiting middleware for actix-web backed by the governor crate" readme = "README.md" keywords = [ "actix", "rate-limit", "governor", ] categories = ["web-programming::http-server"] license = "GPL-3.0-or-later" repository = "https://github.com/devtomio/actix-governor" resolver = "2" [dependencies.actix-http] version = "3" [dependencies.actix-web] version = "4" default-features = false [dependencies.futures] version = "0.3" [dependencies.governor] version = "0.4" [dependencies.log] version = "0.4" optional = true [dev-dependencies.actix-rt] version = "2.5" [dev-dependencies.actix-web] version = "4" features = ["macros"] [features] logger = ["log"]