riker 0.2.3

Easily build fast, highly concurrent and resilient applications. An Actor Framework 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

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

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

[dependencies.rand]
version = "0.4"

[dependencies.regex]
version = "0.2"

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

[dev-dependencies.riker-testkit]
version = "0.1.0"
[badges.travis-ci]
repository = "riker-rs/riker"