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