# 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.63.0" name = "stream-cancel" version = "0.8.2" authors = ["Jon Gjengset "] description = "A library for interrupting asynchronous streams." homepage = "https://github.com/jonhoo/stream-cancel" readme = "README.md" keywords = [ "asynchronous", "futures", ] categories = [ "network-programming", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jonhoo/stream-cancel.git" [dependencies.futures-core] version = "0.3.0" [dependencies.pin-project] version = "1.0.0" [dependencies.tokio] version = "1.0" features = ["sync"] [dev-dependencies.futures] version = "0.3.0" [dev-dependencies.futures-util] version = "0.3.0" [dev-dependencies.static_assertions] version = "1.1.0" [dev-dependencies.tokio] version = "1.0" features = ["full"] [dev-dependencies.tokio-stream] version = "0.1.1" features = ["net"]