[package] name = "futures-sink-preview" edition = "2018" version = "0.3.0-alpha.19" authors = ["Alex Crichton "] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang-nursery/futures-rs" homepage = "https://rust-lang-nursery.github.io/futures-rs" documentation = "https://rust-lang-nursery.github.io/futures-api-docs/0.3.0-alpha.19/futures_sink" description = """ The asynchronous `Sink` trait for the futures-rs library. """ [lib] name = "futures_sink" [features] default = ["std"] std = ["alloc"] alloc = [] [dependencies]