]> git.proxmox.com Git - rustc.git/blob - vendor/futures-io/Cargo.toml
New upstream version 1.70.0+dfsg1
[rustc.git] / vendor / futures-io / Cargo.toml
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2 #
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies.
7 #
8 # If you are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
11
12 [package]
13 edition = "2018"
14 rust-version = "1.36"
15 name = "futures-io"
16 version = "0.3.28"
17 description = """
18 The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library.
19 """
20 homepage = "https://rust-lang.github.io/futures-rs"
21 readme = "README.md"
22 license = "MIT OR Apache-2.0"
23 repository = "https://github.com/rust-lang/futures-rs"
24
25 [package.metadata.docs.rs]
26 all-features = true
27 rustdoc-args = [
28 "--cfg",
29 "docsrs",
30 ]
31
32 [dependencies]
33
34 [features]
35 default = ["std"]
36 std = []
37 unstable = []