blob: 9494c4505b93752e636d2c6a77c4769c43ae789d [file] [log] [blame]
Jason Macnakcfe7f772020-03-18 01:43:24 +00001# 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
Joel Galensonf0ffbf12021-08-09 10:30:39 -07006# to registry (e.g., crates.io) dependencies.
Jason Macnakcfe7f772020-03-18 01:43:24 +00007#
Joel Galensonf0ffbf12021-08-09 10:30:39 -07008# 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.
Jason Macnakcfe7f772020-03-18 01:43:24 +000011
12[package]
13edition = "2018"
David LeGared461c4b2022-03-02 16:21:14 +000014rust-version = "1.36"
Jason Macnakcfe7f772020-03-18 01:43:24 +000015name = "futures-io"
David LeGared461c4b2022-03-02 16:21:14 +000016version = "0.3.21"
17description = """
18The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library.
19"""
Jason Macnakcfe7f772020-03-18 01:43:24 +000020homepage = "https://rust-lang.github.io/futures-rs"
Jason Macnakcfe7f772020-03-18 01:43:24 +000021license = "MIT OR Apache-2.0"
22repository = "https://github.com/rust-lang/futures-rs"
David LeGared461c4b2022-03-02 16:21:14 +000023
Jason Macnakcfe7f772020-03-18 01:43:24 +000024[package.metadata.docs.rs]
25all-features = true
David LeGared461c4b2022-03-02 16:21:14 +000026rustdoc-args = [
27 "--cfg",
28 "docsrs",
29]
Jason Macnakcfe7f772020-03-18 01:43:24 +000030
31[dependencies]
32
33[features]
34default = ["std"]
Jason Macnakcfe7f772020-03-18 01:43:24 +000035std = []
36unstable = []