blob: d0a13f62b397fc5bf0f7035a6885003295d58288 [file] [log] [blame]
Jason Macnak09c36882020-04-01 16:22:56 +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 Galensone8695382021-08-09 10:29:26 -07006# to registry (e.g., crates.io) dependencies.
Jason Macnak09c36882020-04-01 16:22:56 +00007#
Joel Galensone8695382021-08-09 10:29:26 -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 Macnak09c36882020-04-01 16:22:56 +000011
12[package]
13edition = "2018"
David LeGaref7dc9c12022-03-02 00:20:44 +000014rust-version = "1.45"
Jason Macnak09c36882020-04-01 16:22:56 +000015name = "futures-channel"
David LeGaref7dc9c12022-03-02 00:20:44 +000016version = "0.3.21"
17description = """
18Channels for asynchronous communication using futures-rs.
19"""
Jason Macnak09c36882020-04-01 16:22:56 +000020homepage = "https://rust-lang.github.io/futures-rs"
Jason Macnak09c36882020-04-01 16:22:56 +000021license = "MIT OR Apache-2.0"
22repository = "https://github.com/rust-lang/futures-rs"
David LeGaref7dc9c12022-03-02 00:20:44 +000023
Jason Macnak09c36882020-04-01 16:22:56 +000024[package.metadata.docs.rs]
25all-features = true
David LeGaref7dc9c12022-03-02 00:20:44 +000026rustdoc-args = [
27 "--cfg",
28 "docsrs",
29]
30
Jason Macnak09c36882020-04-01 16:22:56 +000031[dependencies.futures-core]
David LeGaref7dc9c12022-03-02 00:20:44 +000032version = "0.3.21"
Jason Macnak09c36882020-04-01 16:22:56 +000033default-features = false
34
35[dependencies.futures-sink]
David LeGaref7dc9c12022-03-02 00:20:44 +000036version = "0.3.21"
Jason Macnak09c36882020-04-01 16:22:56 +000037optional = true
38default-features = false
39
Haibo Huang09da6032021-02-09 17:02:02 -080040[dev-dependencies]
41
Jason Macnak09c36882020-04-01 16:22:56 +000042[features]
43alloc = ["futures-core/alloc"]
Joel Galensoncc0890a2021-05-19 15:09:47 -070044cfg-target-has-atomic = []
Jason Macnak09c36882020-04-01 16:22:56 +000045default = ["std"]
46sink = ["futures-sink"]
David LeGaref7dc9c12022-03-02 00:20:44 +000047std = [
48 "alloc",
49 "futures-core/std",
50]
Joel Galensoncc0890a2021-05-19 15:09:47 -070051unstable = []