improv 1.0.0-beta.1

Actor microframework
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.pin-project-lite]
version = "0.1"

[dependencies.tokio]
default-features = false
features = ["rt-core", "stream", "sync", "time"]
version = "0.2.21"
[dev-dependencies.tokio]
default-features = false
features = ["macros", "rt-core", "stream", "sync", "test-util", "time"]
version = "0.2.21"

[features]
default = []
test-util = []

[package]
authors = ["Richard Berry <rjsberry@pm.me>"]
categories = ["asynchronous", "network-programming"]
description = "Actor microframework"
documentation = "https://docs.rs/improv"
edition = "2018"
homepage = "https://github.com/improv-rs/improv"
keywords = ["actor", "actors", "async", "futures", "tokio"]
license = "Unlicense/0BSD"
name = "improv"
readme = "README.md"
repository = "https://github.com/improv-rs/improv"
version = "1.0.0-beta.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]