blob: 5a3f79d284507193eb01810c1f217ec0508de986 [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"
Haibo Huang0cf3d2c2020-05-08 19:24:52 -070016version = "0.3.5"
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 Huang0cf3d2c2020-05-08 19:24:52 -070020documentation = "https://docs.rs/futures-channel/0.3.5"
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
25[dependencies.futures-core]
Haibo Huang0cf3d2c2020-05-08 19:24:52 -070026version = "0.3.5"
Jason Macnak09c36882020-04-01 16:22:56 +000027default-features = false
28
29[dependencies.futures-sink]
Haibo Huang0cf3d2c2020-05-08 19:24:52 -070030version = "0.3.5"
Jason Macnak09c36882020-04-01 16:22:56 +000031optional = true
32default-features = false
33
34[features]
35alloc = ["futures-core/alloc"]
36cfg-target-has-atomic = ["futures-core/cfg-target-has-atomic"]
37default = ["std"]
38sink = ["futures-sink"]
39std = ["alloc", "futures-core/std"]
40unstable = ["futures-core/unstable"]