[badges.maintenance]
status = "passively-maintained"
[badges.travis-ci]
repository = "jonhoo/stream-cancel"
[dependencies.futures-core]
version = "0.3.0"
[dependencies.futures-util]
version = "0.3.0"
[dependencies.pin-project]
version = "0.4.0"
[dependencies.tokio]
features = ["sync", "io-util"]
version = "0.2.0"
[dev-dependencies.futures]
version = "0.3.0"
[dev-dependencies.tokio]
features = ["full"]
version = "0.2.0"
[package]
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
categories = ["network-programming", "asynchronous"]
description = "A library for interrupting asynchronous streams."
edition = "2018"
homepage = "https://github.com/jonhoo/stream-cancel"
keywords = ["asynchronous", "futures"]
license = "MIT/Apache-2.0"
name = "stream-cancel"
readme = "README.md"
repository = "https://github.com/jonhoo/stream-cancel.git"
version = "0.5.2"