riker 0.2.0

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

[dependencies.chrono]
version = "0.4"

[dependencies.config]
version = "0.9"

[dependencies.futures-preview]
version = "0.3.0-alpha.10"

[dependencies.log]
features = ["std"]
version = "0.4"

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

[dependencies.rand]
version = "0.4"

[dependencies.regex]
version = "0.2"

[dependencies.uuid]
features = ["v4"]
version = "0.6"
[dev-dependencies.riker-default]
version = "0.1.9"

[dev-dependencies.riker-testkit]
version = "0.1.0"

[package]
authors = ["Lee Smith <leenozara@gmail.com>"]
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"]
license = "MIT"
name = "riker"
readme = "README.md"
repository = "https://github.com/riker-rs/riker"
version = "0.2.0"