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