# 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 = "tokio-reactor" version = "0.1.12" authors = ["Carl Lerche "] description = "Event loop that drives Tokio I/O resources.\n" homepage = "https://tokio.rs" documentation = "https://docs.rs/tokio-reactor/0.1.12/tokio_reactor" readme = "README.md" categories = ["asynchronous", "network-programming"] license = "MIT" repository = "https://github.com/tokio-rs/tokio" [dependencies.crossbeam-utils] version = "0.7.0" [dependencies.futures] version = "0.1.19" [dependencies.lazy_static] version = "1.0.2" [dependencies.log] version = "0.4.1" [dependencies.mio] version = "0.6.14" [dependencies.num_cpus] version = "1.8.0" [dependencies.parking_lot] version = "0.9.0" [dependencies.slab] version = "0.4.0" [dependencies.tokio-executor] version = "0.1.1" [dependencies.tokio-io] version = "0.1.6" [dependencies.tokio-sync] version = "0.1.1" [dev-dependencies.num_cpus] version = "1.8.0" [dev-dependencies.tokio] version = "0.1.7" [dev-dependencies.tokio-io-pool] version = "=0.1.4"