blob: 59853a985d59467600892d17a3d1be7fa809f062 [file] [log] [blame]
Jason Macnak86b5b1a2020-03-18 01:38:46 +00001[package]
2name = "futures-sink"
3edition = "2018"
Joel Galenson1cd6c392021-04-01 16:08:18 -07004version = "0.3.13"
Jason Macnak86b5b1a2020-03-18 01:38:46 +00005authors = ["Alex Crichton <alex@alexcrichton.com>"]
6license = "MIT OR Apache-2.0"
7repository = "https://github.com/rust-lang/futures-rs"
8homepage = "https://rust-lang.github.io/futures-rs"
Haibo Huang8a596262021-02-09 17:13:37 -08009documentation = "https://docs.rs/futures-sink/0.3"
Jason Macnak86b5b1a2020-03-18 01:38:46 +000010description = """
11The asynchronous `Sink` trait for the futures-rs library.
12"""
13
14[features]
15default = ["std"]
16std = ["alloc"]
17alloc = []
18
19[dependencies]
20
21[package.metadata.docs.rs]
22all-features = true