may_actor 0.2.2

Simple Actor library based on MAY
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]
name = "may_actor"
version = "0.2.2"
authors = ["Xudong Huang <huangxu008@hotmail.com>"]
exclude = [".gitignore", ".travis.yml", "appveyor.yml", "benches/**/*"]
description = "Simple Actor library based on MAY"
homepage = "https://github.com/Xudong-Huang/may_actor.git"
documentation = "https://docs.rs/may_actor"
readme = "README.md"
keywords = ["actor", "coroutine", "multi-thread"]
categories = ["concurrency"]
license = "MIT/Apache-2.0"
repository = "https://github.com/Xudong-Huang/may_actor.git"
[dependencies.may]
version = "0.3"