# 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 = "weighted_rate_limiter" version = "0.2.0" description = "A weighted rate limiter" readme = "README.md" keywords = [ "weighted", "rate", "limiter", "limit", "throttle", ] license = "MIT OR Apache-2.0" repository = "https://github.com/BenD0G/weighted_rate_limiter" [[example]] name = "hello_world" path = "examples/hello_world.rs" [dependencies.futures] version = "0.3" [dependencies.queues] version = "1.1" [dependencies.tokio] version = "1.15" features = [ "sync", "time", ] [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio] version = "1.15" features = [ "full", "macros", "test-util", ]