# 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 = "2018" name = "stop-token" version = "0.7.0" authors = ["Aleksey Kladov ", "Yoshua Wuyts "] description = "Experimental cooperative cancellation for async Rust" homepage = "https://docs.rs/stop-token" documentation = "https://docs.rs/stop-token" license = "MIT OR Apache-2.0" repository = "https://github.com/async-rs/stop-token" [package.metadata.docs.rs] features = ["docs"] rustdoc-args = ["--cfg", "feature=\"docs\""] [dependencies.async-channel] version = "1.6.1" [dependencies.async-global-executor] version = "2.0.2" optional = true [dependencies.async-io] version = "1.6.0" optional = true [dependencies.async-std] version = "1.10.0" optional = true [dependencies.cfg-if] version = "1.0.0" [dependencies.futures-core] version = "0.3.17" [dependencies.pin-project-lite] version = "0.2.0" [dependencies.tokio] version = "1.9.0" features = ["time"] optional = true [dev-dependencies.async-std] version = "1.10.0" features = ["attributes"] [dev-dependencies.tokio] version = "1.9.0" features = ["rt", "macros"] [features] all = ["tokio", "async-io", "async-std"] docs = ["async-io"]