blob: 2203c389db89b2094cc6282f4bc5d46f5f8a77bf [file] [log] [blame]
Jason Macnak86b5b1a2020-03-18 01:38:46 +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 Galenson3116f9f2021-08-09 10:31:36 -07006# to registry (e.g., crates.io) dependencies.
Jason Macnak86b5b1a2020-03-18 01:38:46 +00007#
Joel Galenson3116f9f2021-08-09 10:31:36 -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 Macnak86b5b1a2020-03-18 01:38:46 +000011
12[package]
13edition = "2018"
David LeGare9bc9a9c2022-03-02 16:21:19 +000014rust-version = "1.36"
Jason Macnak86b5b1a2020-03-18 01:38:46 +000015name = "futures-sink"
David LeGare9bc9a9c2022-03-02 16:21:19 +000016version = "0.3.21"
17description = """
18The asynchronous `Sink` trait for the futures-rs library.
19"""
Jason Macnak86b5b1a2020-03-18 01:38:46 +000020homepage = "https://rust-lang.github.io/futures-rs"
Jason Macnak86b5b1a2020-03-18 01:38:46 +000021license = "MIT OR Apache-2.0"
22repository = "https://github.com/rust-lang/futures-rs"
David LeGare9bc9a9c2022-03-02 16:21:19 +000023
Jason Macnak86b5b1a2020-03-18 01:38:46 +000024[package.metadata.docs.rs]
25all-features = true
26
27[dependencies]
28
29[features]
30alloc = []
31default = ["std"]
32std = ["alloc"]