# 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 = "wheel-timer2" version = "0.1.2" authors = ["soeur "] description = "A timer based on a multi-time wheel structure" documentation = "https://docs.rs/wheel-timer2" license-file = "LICENSE" repository = "https://github.com/juzi5201314/wheel-timer" resolver = "2" [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] version = "1" features = ["time", "macros", "rt", "net", "sync"] [dev-dependencies.tokio-tungstenite] version = "0.16"