blob: 2c0685ac6bf7a2fe542cd81e54f9a51cf86b029e [file] [log] [blame]
Jason Macnak86b5b1a2020-03-18 01:38:46 +00001[package]
2name = "futures-sink"
David LeGare9bc9a9c2022-03-02 16:21:19 +00003version = "0.3.21"
Jason Macnak86b5b1a2020-03-18 01:38:46 +00004edition = "2018"
David LeGare9bc9a9c2022-03-02 16:21:19 +00005rust-version = "1.36"
Jason Macnak86b5b1a2020-03-18 01:38:46 +00006license = "MIT OR Apache-2.0"
7repository = "https://github.com/rust-lang/futures-rs"
8homepage = "https://rust-lang.github.io/futures-rs"
Jason Macnak86b5b1a2020-03-18 01:38:46 +00009description = """
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