fibers 0.1.9

A Rust library to execute a number of lightweight asynchronous tasks (a.k.a, fibers) based on futures and mio
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 = "fibers"
version = "0.1.9"
authors = ["Takeru Ohta <takeru_ohta@dwango.co.jp>"]
description = "A Rust library to execute a number of lightweight asynchronous tasks (a.k.a, fibers) based on futures and mio"
homepage = "https://github.com/dwango/fibers-rs"
readme = "README.md"
keywords = ["async", "thread", "fiber", "futures"]
license = "MIT"
repository = "https://github.com/dwango/fibers-rs"
[dependencies.futures]
version = "0.1"

[dependencies.handy_async]
version = "0.2"

[dependencies.mio]
version = "0.6"

[dependencies.nbchan]
version = "0.1"

[dependencies.num_cpus]
version = "1"

[dependencies.splay_tree]
version = "0.2"
[dev-dependencies.clap]
version = "2"

[dev-dependencies.httparse]
version = "1"