gabriel2 1.4.2

Gabriel2: Indeed, an actor library based on Tokio, written in Rust
Documentation
[dependencies.async-stream]
version = "0.3.5"

[dependencies.bincode]
optional = true
version = "2.0.0-rc.3"

[dependencies.futures]
version = "0.3.26"

[dependencies.log]
version = "0.4.17"

[dependencies.tokio]
optional = true
version = "1.25.0"

[features]
all = ["remote", "sink-stream", "broadcast", "tokio/io-util", "tokio/sync", "tokio/rt", "tokio/rt-multi-thread", "tokio/macros", "tokio/tokio-macros", "tokio/signal", "tokio/time"]
broadcast = []
default = ["all"]
remote = ["tokio/net", "bincode"]
sink-stream = []

[package]
authors = ["Evgeny Igumnov <igumnovnsk@gmail.com>"]
categories = ["concurrency"]
description = "Gabriel2: Indeed, an actor library based on Tokio, written in Rust"
documentation = "https://docs.rs/gabriel2"
edition = "2021"
keywords = ["actor"]
license-file = "LICENSE"
name = "gabriel2"
readme = "README.md"
repository = "https://github.com/igumnoff/gabriel2"
resolver = "1"
version = "1.4.2"
[package.metadata.docs.rs]
features = ["remote", "broadcast", "sink-stream"]