busan 0.2.1

An actor implementation for Rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"