# 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] edition = "2018" name = "tokio-process" version = "0.2.5" authors = ["Tokio Contributors "] description = "An implementation of an asynchronous process management backed futures.\n" homepage = "https://github.com/tokio-rs/tokio" documentation = "https://docs.rs/tokio-process/0.2.5/tokio_process" categories = ["asynchronous"] license = "MIT" repository = "https://github.com/tokio-rs/tokio" [dependencies.futures] version = "0.1.11" [dependencies.tokio-io] version = "0.1" [dependencies.tokio-reactor] version = "0.1" [dev-dependencies.failure] version = "0.1" [dev-dependencies.log] version = "0.4" [dev-dependencies.tokio] version = "0.1" features = ["rt-full"] default-features = false [target."cfg(unix)".dependencies.crossbeam-queue] version = "0.1.2" [target."cfg(unix)".dependencies.lazy_static] version = "1.3" [target."cfg(unix)".dependencies.libc] version = "0.2" [target."cfg(unix)".dependencies.log] version = "0.4" [target."cfg(unix)".dependencies.mio] version = "0.6.5" [target."cfg(unix)".dependencies.tokio-signal] version = "0.2.5" [target."cfg(windows)".dependencies.mio-named-pipes] version = "0.1" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["handleapi", "winerror", "minwindef", "processthreadsapi", "synchapi", "threadpoollegacyapiset", "winbase", "winnt"]