# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "suspend" version = "0.1.3" authors = ["Andrew Whitehead "] description = "A common mechanism for suspending a thread or a Future until notified" readme = "README.md" keywords = ["park", "future", "stream", "thread", "waker"] categories = ["asynchronous", "concurrency", "data-structures"] license = "MIT/Apache-2.0" repository = "https://github.com/andrewwhitehead/async-resource-rs/" [lib] name = "suspend" path = "src/lib.rs" [[example]] name = "suspend" [dependencies.futures-core] version = "0.3" [dependencies.futures-task] version = "0.3" [dependencies.oneshot_rs] version = "0.1" optional = true package = "oneshot" [dependencies.pin-utils] version = "0.1" [features] default = ["oneshot"] oneshot = ["oneshot_rs"]