# 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" rust-version = "1.56" name = "diatomic-waker" version = "0.2.3" authors = ["Asynchronics and contributors"] description = """ An async, lock-free synchronization primitive for task wakeup. """ readme = "README.md" keywords = [ "async", "waker", "atomic", "no_std", "no_alloc", ] categories = [ "asynchronous", "concurrency", ] license = "MIT OR Apache-2.0" repository = "https://github.com/asynchronics/diatomic-waker" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dev-dependencies.pollster] version = "0.3" [features] alloc = [] default = ["alloc"] [target."cfg(diatomic_waker_loom)".dev-dependencies.loom] version = "0.7" [target."cfg(diatomic_waker_loom)".dev-dependencies.waker-fn] version = "1.1" [lints.rust.unexpected_cfgs] level = "warn" priority = 0