# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "may_actor" version = "0.2.3" authors = ["Xudong Huang "] build = false exclude = [ ".gitignore", ".travis.yml", "appveyor.yml", "benches/**/*", ] autobins = false autoexamples = false autotests = false autobenches = false 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" [lib] name = "may_actor" path = "src/lib.rs" [[example]] name = "hello_world" path = "examples/hello_world.rs" [[example]] name = "pi" path = "examples/pi.rs" [dependencies.may] version = "0.3"