[dependencies.crossbeam-channel]
version = "0.5"
[dev-dependencies.crossbeam-utils]
version = "0.8.6"
[dev-dependencies.futures-util]
version = "0.3"
[dev-dependencies.once_cell]
version = "1.8.0"
[dev-dependencies.tokio]
features = ["time", "macros", "rt", "net", "sync"]
version = "1"
[dev-dependencies.tokio-tungstenite]
version = "0.16"
[package]
authors = ["soeur <juzi201314@gmail.com>"]
description = "A timer based on a multi-time wheel structure"
documentation = "https://docs.rs/wheel-timer2"
edition = "2021"
license-file = "LICENSE"
name = "wheel-timer2"
repository = "https://github.com/juzi5201314/wheel-timer"
resolver = "2"
version = "0.1.2"