# 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 = "surf-governor" version = "0.2.0" authors = ["Christian Haynes <06chaynes@gmail.com>"] description = "A rate-limiting middleware for surf" readme = "README.md" keywords = [ "rate", "limit", "middleware", "surf", ] categories = ["web-programming::http-client"] license = "MIT OR Apache-2.0" repository = "https://github.com/06chaynes/surf-governor.git" [dependencies.governor] version = "0.6.0" [dependencies.http-types] version = "2.12.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.surf] version = "2.3.2" default-features = false [dev-dependencies.async-std] version = "1.12.0" features = ["attributes"] [dev-dependencies.surf] version = "2.3.2" features = ["curl-client"] [dev-dependencies.url] version = "2.4.0" [dev-dependencies.wiremock] version = "0.5.19"