# 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 = "2018" name = "tide-governor" version = "1.0.3" authors = ["OhmRee <13455401+ohmree@users.noreply.github.com>"] description = "A rate-limiting middleware for tide" homepage = "https://github.com/ohmree/tide-governor" documentation = "https://docs.rs/tide-governor" license = "MIT" repository = "https://github.com/ohmree/tide-governor" [dependencies.governor] version = "0.3.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.tide] version = "0.16.0"