# 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 = "fair-rate-limiter" version = "0.1.0" authors = ["Michael Leonhard "] description = "Detect overload and fairly shed load from diverse IPs, subnets, users, or systems. Mitigate denial-of-service (DoS) attacks." readme = "Readme.md" keywords = ["fair", "rate", "limit", "throttle", "dos"] 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"]