27 lines
655 B
TOML
27 lines
655 B
TOML
[package]
|
|
name = "futures-io"
|
|
version = "0.3.21"
|
|
edition = "2018"
|
|
rust-version = "1.36"
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/rust-lang/futures-rs"
|
|
homepage = "https://rust-lang.github.io/futures-rs"
|
|
description = """
|
|
The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library.
|
|
"""
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = []
|
|
|
|
# Unstable features
|
|
# These features are outside of the normal semver guarantees and require the
|
|
# `unstable` feature as an explicit opt-in to unstable API.
|
|
unstable = []
|
|
|
|
[dependencies]
|
|
|
|
[package.metadata.docs.rs]
|
|
all-features = true
|
|
rustdoc-args = ["--cfg", "docsrs"]
|