# 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 = "rate-gate" version = "0.1.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Easy and thread-safe rate limiter" readme = "README.md" keywords = [ "rate-limit", "limit", "limiting", "rate", "rate-gate", ] license = "MIT" repository = "https://github.com/FreerGit/rate-gate.git" [lib] name = "rate_gate" path = "src/lib.rs" [[example]] name = "http-server" path = "examples/http-server.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.hashbrown] version = "0.14.5" [dev-dependencies.hyper] version = "0.14" features = ["full"] [dev-dependencies.tokio] version = "1" features = ["full"]