[package] name = "limitation-proxy" version = "0.1.1" authors = ["Fletcher Nichol "] edition = "2018" license = "MPL-2.0" repository = "https://github.com/fnichol/limitation" documentation = "https://github.com/fnichol/limitation" homepage = "https://github.com/fnichol/limitation" readme = "README.md" keywords = ["rate-limit", "rate-limiting", "actix-web", "proxy"] categories = ["asynchronous", "web-programming::http-server"] description = """ A reverse proxy service with configurable rate limiting. """ [badges] cirrus-ci = { repository = "fnichol/limitation" } [dependencies] actix-http = "0.2.10" actix-rt = "0.2.5" actix-web = "1.0.8" env_logger = "0.7.1" futures = "0.1.29" limitation-actix-middleware = { version = "0.1.1", path = "../limitation-actix-middleware" } log = "0.4.8" structopt = { version = "0.3.3", default-features = false, features = ["suggestions", "wrap_help"] } typed-builder = "0.3.0" url = "2.1.0" [dev-dependencies] version-sync = "0.8.1"