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