easyfibers 0.7.0

easyfibers is a closure-less couroutine library for executing asynchronous tasks as painlessly as possible.
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 = "easyfibers"
version = "0.7.0"
authors = ["sergej.jurecko@gmail.com"]
build = "build.rs"
description = "easyfibers is a closure-less couroutine library for executing asynchronous tasks as painlessly as possible."
readme = "README.md"
keywords = ["fibers", "coroutine", "mio", "context", "async"]
categories = ["network-programming", "concurrency"]
license = "MIT/Apache-2.0"
repository = "https://github.com/SergejJurecko/easyfibers"
[dependencies.libc]
version = "0.2"

[dependencies.slab]
version = "0.3"

[dependencies.mio]
version = "0.6"

[dependencies.context]
version = "2"

[dependencies.native-tls]
version = "0.1"

[dependencies.rand]
version = "0.3"

[dependencies.byteorder]
version = "1"

[dependencies.quick-error]
version = "1"
[dev-dependencies.matches]
version = "0.1"
[build-dependencies.gcc]
version = "0.3"
[target."cfg(target_os = \"macos\")".dependencies.core-foundation-sys]
version = "0.4"

[target."cfg(target_os = \"macos\")".dependencies.core-foundation]
version = "0.4"