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]
13edition = "2018"
14rust-version = "1.36"
15name = "futures-io"
16version = "0.3.31"
17build = false
18autobins = false
19autoexamples = false
20autotests = false
21autobenches = false
22description = """
23The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library.
24"""
25homepage = "https://rust-lang.github.io/futures-rs"
26readme = "README.md"
27license = "MIT OR Apache-2.0"
28repository = "https://github.com/rust-lang/futures-rs"
29
30[package.metadata.docs.rs]
31all-features = true
32rustdoc-args = [
33    "--cfg",
34    "docsrs",
35]
36
37[lib]
38name = "futures_io"
39path = "src/lib.rs"
40
41[dependencies]
42
43[features]
44default = ["std"]
45std = []
46unstable = []
47
48[lints.rust]
49missing_debug_implementations = "warn"
50rust_2018_idioms = "warn"
51single_use_lifetimes = "warn"
52unreachable_pub = "warn"
53
54[lints.rust.unexpected_cfgs]
55level = "warn"
56priority = 0
57check-cfg = ["cfg(futures_sanitizer)"]
58