# 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.13" authors = ["Takeru Ohta "] 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.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.handy_async] version = "0.2" [dev-dependencies.httparse] version = "1" [badges.travis-ci] repository = "dwango/fibers-rs"