[[bench]]
name = "inner"
path = "benches/inner.rs"
[dependencies.async-std]
optional = true
version = "1"
[dependencies.crossbeam-utils]
version = "0.8"
[dependencies.futures-core]
version = "0.3"
[dependencies.log]
optional = true
version = "0"
[dependencies.parking_lot]
version = "0"
[dependencies.tokio]
features = ["time", "rt"]
optional = true
version = "1"
[dev-dependencies.log]
version = "0"
[dev-dependencies.tokio]
features = ["time", "sync", "rt-multi-thread", "rt", "macros"]
version = "1"
[features]
async_std = ["dep:async-std"]
compat = []
default = []
tokio = ["dep:tokio"]
trace_log = ["dep:log"]
[lib]
name = "crossfire"
path = "src/lib.rs"
[package]
authors = ["plan <frostyplanet@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency", "data-structures"]
description = "channels for async and threads"
documentation = "https://docs.rs/crossfire"
edition = "2021"
exclude = ["/ci/*", "/bors.toml"]
homepage = "https://github.com/frostyplanet/crossfire-rs"
keywords = ["async", "non-blocking", "lock-free", "channel"]
license = "Apache-2.0"
name = "crossfire"
readme = "README.md"
repository = "https://github.com/frostyplanet/crossfire-rs"
rust-version = "1.61"
version = "3.0.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]