riker 0.2.2

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

[badges]
travis-ci = { repository = "riker-rs/riker" }

[workspace]

members = [
  "./",
  "riker-default/riker-deadletter",
  "riker-default/riker-dispatcher",
  "riker-default/riker-log",
  "riker-default/riker-mapvec",
  "riker-default/riker-timer"
]

[dependencies]
bytes = "0.4"
chrono = "0.4"
config = "0.9"
futures-preview = "0.3.0-alpha.10"
log = { version = "0.4", features = ["std"] }
rand = "0.4"
regex = "0.2"
uuid = { version = "0.6", features = ["v4"] }
pin-utils = "0.1.0-alpha.3"

[dev-dependencies]
riker-default = { path = "riker-default", version = "0.2.0" }
riker-testkit = "0.1.0"