# 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 = "prob-rate-limiter" version = "0.1.1" authors = ["Michael Leonhard "] description = "Proababilistic rate limiter. Smoothly shed load to prevent overload." readme = "Readme.md" keywords = ["rate", "limit", "throttle", "load", "governor"] categories = ["network-programming"] license = "Apache-2.0" repository = "https://gitlab.com/leonhard-llc/ops" [[bench]] name = "bench" harness = false [dependencies.oorandom] version = "11.1.3" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.governor] version = "^0.4.1" [dev-dependencies.r8limit] version = "^0.2.2"