[package] name = "website-screenshot-actix-governor" version = "0.3.0" authors = ["Aaron Erhardt "] edition = "2021" description = "A rate-limiting middleware for actix-web backed by the governor crate" repository = "https://github.com/devtomio/actix-governor" readme = "README.md" license = "GPL-3.0-or-later" keywords = ["actix", "rate-limit", "governor"] categories = ["web-programming::http-server"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] actix-web = { version = "4", default-features = false } actix-http = "3" futures = "0.3" governor = "0.4" log = { version = "0.4", optional = true } [dev-dependencies] actix-rt = "2.5" actix-web = { version = "4", features = ["macros"] } [features] logger = ["log"]