# 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 = "yield-now" version = "0.1.0" description = """ Wakes current task and returns Poll::Pending once """ homepage = "https://github.com/uskrai/yield-now" readme = "README.md" license = "MIT" repository = "https://github.com/uskrai/yield-now.git" [package.metadata.doc.rs] all-features = true [dependencies.async-std] version = "1" features = ["std"] optional = true default-features = false [dependencies.futures-lite] version = "2" optional = true default-features = false [dependencies.tokio] version = "1" features = ["rt"] optional = true default-features = false [dev-dependencies.spin_on] version = "0.1.1" [features] async-std = ["dep:async-std"] futures-lite = ["dep:futures-lite"] tokio = ["dep:tokio"]