stream-cancel 0.5.0-alpha.3

A library for interrupting asynchronous streams.
Documentation
[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
repository = "jonhoo/stream-cancel"
[dependencies.futures-core-preview]
version = "=0.3.0-alpha.19"

[dependencies.futures-util-preview]
version = "=0.3.0-alpha.19"

[dependencies.pin-project]
version = "0.4.0"

[dependencies.tokio-sync]
version = "0.2.0-alpha.6"
[dev-dependencies.tokio]
version = "0.2.0-alpha.6"

[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.0-alpha.3"