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