1 | [package] |
2 | name = "futures-io" |
3 | version = "0.3.30" |
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 `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library. |
11 | " "" |
12 | |
13 | [features] |
14 | default = ["std" ] |
15 | std = [] |
16 | |
17 | # Unstable features |
18 | # These features are outside of the normal semver guarantees and require the |
19 | # `unstable` feature as an explicit opt-in to unstable API. |
20 | unstable = [] |
21 | |
22 | [dependencies] |
23 | |
24 | [package.metadata.docs.rs] |
25 | all-features = true |
26 | rustdoc-args = ["--cfg" , "docsrs" ] |
27 | |