riker 0.4.0

Easily build fast, highly concurrent and resilient applications. An Actor Framework for Rust.
Documentation
[badges.travis-ci]
repository = "riker-rs/riker"
[dependencies.bytes]
version = "0.5.4"

[dependencies.chrono]
version = "0.4"

[dependencies.config]
version = "0.10.1"

[dependencies.futures]
features = ["thread-pool"]
version = "0.3.4"

[dependencies.pin-utils]
version = "0.1.0"

[dependencies.rand]
version = "0.7"

[dependencies.regex]
version = "1"

[dependencies.riker-macros]
version = "0.1"

[dependencies.slog]
version = "2.5"

[dependencies.slog-scope]
version = "4.3.0"

[dependencies.slog-stdlog]
version = "4.0"

[dependencies.uuid]
features = ["v4"]
version = "0.8.1"
[dev-dependencies.riker-testkit]
version = "0.1.0"

[package]
authors = ["Lee Smith <lee@riker.rs>"]
description = "Easily build fast, highly concurrent and resilient applications. An Actor Framework for Rust."
edition = "2018"
homepage = "https://riker.rs"
keywords = ["actors", "actor-model", "async", "cqrs", "event_sourcing"]
license = "MIT"
name = "riker"
readme = "README.md"
repository = "https://github.com/riker-rs/riker"
version = "0.4.0"