Sha256: 6b8d190d4242002abcb14a1db311a30124bdad0fc34014ec546db85289ce0f44

Contents?: true

Size: 1.91 KB

Versions: 4

Compression:

Stored size: 1.91 KB

Contents

# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
rust-version = "1.56"
name = "futures-channel"
version = "0.3.31"
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Channels for asynchronous communication using futures-rs.
"""
homepage = "https://rust-lang.github.io/futures-rs"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/futures-rs"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[lib]
name = "futures_channel"
path = "src/lib.rs"

[[test]]
name = "channel"
path = "tests/channel.rs"

[[test]]
name = "mpsc"
path = "tests/mpsc.rs"

[[test]]
name = "mpsc-close"
path = "tests/mpsc-close.rs"

[[test]]
name = "mpsc-size_hint"
path = "tests/mpsc-size_hint.rs"

[[test]]
name = "oneshot"
path = "tests/oneshot.rs"

[[bench]]
name = "sync_mpsc"
path = "benches/sync_mpsc.rs"

[dependencies.futures-core]
version = "0.3.31"
default-features = false

[dependencies.futures-sink]
version = "0.3.31"
optional = true
default-features = false

[dev-dependencies]

[features]
alloc = ["futures-core/alloc"]
cfg-target-has-atomic = []
default = ["std"]
sink = ["futures-sink"]
std = [
    "alloc",
    "futures-core/std",
]
unstable = []

[lints.rust]
missing_debug_implementations = "warn"
rust_2018_idioms = "warn"
single_use_lifetimes = "warn"
unreachable_pub = "warn"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(futures_sanitizer)"]

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/futures-channel-0.3.31/Cargo.toml
wasmtime-28.0.0 ./ext/cargo-vendor/futures-channel-0.3.31/Cargo.toml
wasmtime-27.0.0 ./ext/cargo-vendor/futures-channel-0.3.31/Cargo.toml
wasmtime-26.0.0 ./ext/cargo-vendor/futures-channel-0.3.31/Cargo.toml