# 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 = "async_wrr_queue" version = "0.1.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "[async & high performance] queued weighted round-robin load balance algorithm" homepage = "https://github.com/dupeiran001/async_wrr_queue_rs" readme = "README.md" keywords = [ "weighted-round-robin", "high-performance", "Async", ] categories = ["algorithms"] license = "MIT" repository = "https://github.com/dupeiran001/async_wrr_queue_rs" [lib] name = "async_wrr_queue" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [[test]] name = "integrated_test" path = "tests/integrated_test.rs" [dependencies.log] version = "0.4.22" [dependencies.num] version = "0.4.3" [dependencies.tokio] version = "1.39.3" features = [ "sync", "rt", "macros", ] optional = true [dev-dependencies.tokio] version = "1.39.3" features = [ "default", "rt-multi-thread", ] [features] blocking = [] default = ["tokio"] tokio = ["dep:tokio"]