xactor 0.7.11

Xactor is a rust actors framework based on async-std
Documentation
[dependencies.anyhow]
version = "1.0.37"

[dependencies.async-std]
features = ["attributes"]
optional = true
version = "1.8.0"

[dependencies.async-trait]
version = "0.1.42"

[dependencies.fnv]
version = "1.0.7"

[dependencies.futures]
version = "0.3.8"

[dependencies.once_cell]
version = "1.5.2"

[dependencies.slab]
version = "0.4.2"

[dependencies.tokio]
features = ["rt-multi-thread", "macros", "time"]
optional = true
version = "1.0.1"

[dependencies.xactor-derive]
version = "0.7"

[features]
default = ["runtime-async-std"]
runtime-async-std = ["async-std"]
runtime-tokio = ["tokio"]

[package]
authors = ["sunli <scott_s829@163.com>"]
categories = ["network-programming", "asynchronous"]
description = "Xactor is a rust actors framework based on async-std"
documentation = "https://docs.rs/xactor/"
edition = "2018"
homepage = "https://github.com/sunli829/xactor"
keywords = ["actor", "futures", "async", "xactor", "async-std"]
license = "MIT"
name = "xactor"
publish = true
readme = "README.md"
repository = "https://github.com/sunli829/xactor"
version = "0.7.11"