# 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 = "futures-delay-queue" version = "0.6.0" authors = ["spebern sp33cht@gmail.com"] description = "Async delay queue backed by async-std and futures-timer" documentation = "https://docs.rs/futures-delay-queue" readme = "README.md" keywords = [ "async", "await", "future", "delay", "queue", ] categories = [ "asynchronous", "concurrency", "network-programming", ] license = "Apache-2.0/MIT" repository = "https://github.com/spebern/futures-delay-queue" [dependencies.async-std] version = "1" optional = true [dependencies.futures-intrusive] version = "0.5" [dependencies.futures-timer] version = "3" [dependencies.parking_lot] version = "0.12" [dependencies.pin-project-lite] version = "0.2" [dependencies.tokio] version = "1.36.0" features = ["rt"] optional = true [dev-dependencies.async-std] version = "1" features = ["attributes"] [features] default = ["async-std"]