[package] name = "coroutine-rs" version = "0.0.1" authors = [ "Y. T. Chung ", "Young.Wu ", "Rustcc Developers" ] license = "MIT/ISC" repository = "https://github.com/rustcc/coroutine-rs" description = "Coroutine Library in Rust" readme = "README.md" homepage = "https://github.com/rustcc/coroutine-rs" build = "build.rs" [build-dependencies] gcc = "*" log = "*" num_cpus = "*" [lib] name = "coroutine" path = "src/lib.rs" [dependencies] deque = "*" mmap = "*" [dev-dependencies] num_cpus = "*"