[dependencies.async-channel]
version = "2.3.1"
[dependencies.pin-project-lite]
version = "0.2.14"
[dev-dependencies.async-executor]
version = "1.13.1"
[dev-dependencies.tokio]
features = ["full"]
version = "1.40.0"
[lib]
name = "black_box"
path = "src/lib.rs"
[package]
authors = ["Caleb Leinz <cmleinz@pm.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A minimal actor framework"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "black-box"
readme = "README.md"
repository = "https://github.com/cmleinz/black-box"
rust-version = "1.75"
version = "0.2.2"