# 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 = "rocket-governor" version = "0.2.0-rc.3" description = "Implementation of Governor rate limiter for Rocket" homepage = "https://github.com/kolbma/rocket-governor" documentation = "https://docs.rs/rocket-governor" readme = "README.md" keywords = [ "rocket", "governor", "rate-limit", "rate-limiting", "ratelimit", ] categories = ["web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/kolbma/rocket-governor" [package.metadata] msrv = "1.69.0" [package.metadata.docs.rs] all-features = true [dependencies.governor] version = "0.6" features = ["std"] default-features = false [dependencies.lazy_static] version = "1.4" [dependencies.rocket] version = "0.5" default-features = false [features] limit_info = [] logger = []