[package]
edition = "2024"
name = "polybox-core"
version = "0.0.2"
authors = ["Jasper van der Werf"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Message-passing abstractions to make working with channels and actors a more seamless experience"
homepage = "https://github.com/jvdwrf/polybox"
readme = "README.md"
keywords = [
"actor",
"actor-system",
"tokio",
]
categories = ["concurrency"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jvdwrf/polybox"
[lib]
name = "polybox_core"
path = "src/lib.rs"
[dependencies.futures]
version = "0.3"
[dependencies.polybox-codegen]
version = "0.0.2"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
version = "1"
features = ["sync"]
[dependencies.type-sets]
version = "0.0.6"