[package]
edition = "2021"
name = "busan"
version = "0.2.1"
authors = ["John Murray"]
exclude = [
".devcontainer",
".github",
"decisions",
".gitignore",
]
autoexamples = false
description = "An actor implementation for Rust"
homepage = "https://github.com/JohnMurray/busan"
readme = "README.md"
keywords = [
"actor",
"actor-system",
"concurrent",
"concurrency",
"actor-model",
]
categories = [
"asynchronous",
"concurrency",
]
license = "GPL-3.0"
license-file = "LICENSE"
repository = "https://github.com/JohnMurray/busan"
[dependencies.busan-derive]
version = "0.1"
[dependencies.crossbeam-channel]
version = "0.5"
[dependencies.log]
version = "0.4"
[dependencies.num_cpus]
version = "1.13"
[dependencies.prost]
version = "0.11"
[dependencies.prost-types]
version = "0.11"
[build-dependencies.prost-build]
version = "0.11"