# 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 = "tokio_delayed_queue" version = "0.2.0" authors = ["Pavel Ershov "] build = false exclude = [] publish = ["crates-io"] autobins = false autoexamples = false autotests = false autobenches = false description = "Asynchronous delayed queue for Tokio runtime." documentation = "https://docs.rs/tokio_delayed_queue" readme = "README.md" keywords = [ "async", "tokio", "data-structures", ] categories = [ "asynchronous", "data-structures", ] license = "MIT" repository = "https://github.com/DevNulPavel/tokio_delayed_queue" [lib] name = "tokio_delayed_queue" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.async-condvar-fair] version = "^1.0.1" features = ["parking_lot_0_12"] [dependencies.parking_lot] version = "^0.12.2" features = ["send_guard"] [dependencies.tokio] version = "^1.37.0" features = ["time"] [dev-dependencies.tokio] version = "^1.37.0" features = [ "macros", "rt", "rt-multi-thread", "test-util", ] [dev-dependencies.tokio-test] version = "^0.4.4"