blob: 30ee77152e5d6972c69c77b3eac28123291cb329 [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
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "futures-channel"
Joel Galenson7980c2c2021-04-01 15:55:17 -070016version = "0.3.13"
Jason Macnak09c36882020-04-01 16:22:56 +000017authors = ["Alex Crichton <alex@alexcrichton.com>"]
18description = "Channels for asynchronous communication using futures-rs.\n"
19homepage = "https://rust-lang.github.io/futures-rs"
Haibo Huang09da6032021-02-09 17:02:02 -080020documentation = "https://docs.rs/futures-channel/0.3"
Jason Macnak09c36882020-04-01 16:22:56 +000021license = "MIT OR Apache-2.0"
22repository = "https://github.com/rust-lang/futures-rs"
23[package.metadata.docs.rs]
24all-features = true
Chih-Hung Hsiehbc88f082020-10-25 23:16:20 -070025rustdoc-args = ["--cfg", "docsrs"]
Jason Macnak09c36882020-04-01 16:22:56 +000026[dependencies.futures-core]
Joel Galenson7980c2c2021-04-01 15:55:17 -070027version = "0.3.13"
Jason Macnak09c36882020-04-01 16:22:56 +000028default-features = false
29
30[dependencies.futures-sink]
Joel Galenson7980c2c2021-04-01 15:55:17 -070031version = "0.3.13"
Jason Macnak09c36882020-04-01 16:22:56 +000032optional = true
33default-features = false
34
Haibo Huang09da6032021-02-09 17:02:02 -080035[dev-dependencies]
36
Jason Macnak09c36882020-04-01 16:22:56 +000037[features]
38alloc = ["futures-core/alloc"]
39cfg-target-has-atomic = ["futures-core/cfg-target-has-atomic"]
40default = ["std"]
41sink = ["futures-sink"]
42std = ["alloc", "futures-core/std"]
43unstable = ["futures-core/unstable"]