crossfire 1.0.3

channels for async and threads
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.crossbeam]
version = "0.8"

[dependencies.futures]
version = "0.3"

[dev-dependencies.rand]
version = "0.7.3"

[dev-dependencies.tokio]
features = ["time", "sync", "rt-multi-thread"]
version = "1"

[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 = "2018"
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"
version = "1.0.3"