# 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 = "microsleep" version = "0.1.15" description = "high performance async sleep for massive numbers of timers" license = "ISC" repository = "https://github.com/nullchinchilla/microsleep" [dependencies.async-io] version = "1.10.0" [dependencies.event-listener] version = "2.5.3" [dependencies.futures-intrusive] version = "0.5.0" [dependencies.futures-lite] version = "1.12.0" [dependencies.log] version = "0.4.17" [dependencies.once_cell] version = "1.16.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.priority-queue] version = "1.3.0" [dependencies.slab] version = "0.4.7" [dependencies.spin_sleep] version = "1.1.1"