1[package] 2name = "futures-sink" 3version = "0.3.21" 4edition = "2018" 5rust-version = "1.36" 6license = "MIT OR Apache-2.0" 7repository = "https://github.com/rust-lang/futures-rs" 8homepage = "https://rust-lang.github.io/futures-rs" 9description = """ 10The asynchronous `Sink` trait for the futures-rs library. 11""" 12 13[features] 14default = ["std"] 15std = ["alloc"] 16alloc = [] 17 18[dependencies] 19 20[package.metadata.docs.rs] 21all-features = true 22