# 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 = "async-spin-sleep" version = "0.5.1" authors = [ "Stephen Kang(swkang@pxscope.com)", "Seungwoo Kang(ki6080@gmail.com)", ] description = "A crate providing a highly accurate asynchronous timer for multiple async tasks using spin sleep in a single thread." readme = "README.md" keywords = [ "async", "sleep", ] license = "MIT" repository = "https://github.com/kang-sw/async-spin-sleep-rs" [dependencies.crossbeam] version = "0.8" [dependencies.dary_heap] version = "0.3" [dependencies.derive_setters] version = "0.1" [dependencies.educe] version = "0.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.thiserror] version = "1.0" [dev-dependencies.chrono] version = "0.4" default-features = false [dev-dependencies.futures] version = "0.3" [dev-dependencies.static_assertions] version = "1" [dev-dependencies.tokio] version = "1.28" features = ["full"] [features] default = ["system-clock"] system-clock = []