# 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-threadpool" version = "0.1.18" authors = ["Carl Lerche "] description = "A task scheduler backed by a work-stealing thread pool.\n" homepage = "https://github.com/tokio-rs/tokio" documentation = "https://docs.rs/tokio-threadpool/0.1.18/tokio_threadpool" keywords = ["futures", "tokio"] categories = ["concurrency", "asynchronous"] license = "MIT" repository = "https://github.com/tokio-rs/tokio" [dependencies.crossbeam-deque] version = "0.7.0" [dependencies.crossbeam-queue] version = "0.2.0" [dependencies.crossbeam-utils] version = "0.7.0" [dependencies.futures] version = "0.1.19" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.num_cpus] version = "1.2" [dependencies.slab] version = "0.4.1" [dependencies.tokio-executor] version = "0.1.8" [dev-dependencies.env_logger] version = "0.6" default-features = false [dev-dependencies.futures-cpupool] version = "0.1.7" [dev-dependencies.rand] version = "0.7" [dev-dependencies.threadpool] version = "1.7.1"