timed-queue 0.2.3

Maintain a set of objects and the minimum time at which they should be returned.
Documentation
[package]
name = "timed-queue"
version = "0.2.3"
authors = ["Brennan Vincent <brennan@umanwizard.com>"]
edition = "2018"
license = "MIT"
description = "Maintain a set of objects and the minimum time at which they should be returned."
repository = "https://github.com/umanwizard/timed-queue"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tokio = {version = "1", features = ["full"]}