# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "subprocess" version = "0.2.9" authors = ["Hrvoje Nikšić "] description = "Execution of child processes and pipelines, inspired by Python's subprocess\nmodule, with Rust-specific extensions.\n" documentation = "https://docs.rs/subprocess/" readme = "README.md" keywords = ["execute", "process", "command", "redirect", "pipe"] license = "Apache-2.0/MIT" repository = "https://github.com/hniksic/rust-subprocess" [lib] name = "subprocess" path = "src/lib.rs" [dependencies.libc] version = "0.2.78" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.tempfile] version = "3.3.0" [target."cfg(windows)".dependencies.winapi] version = "0.3.8" features = ["std", "handleapi", "namedpipeapi", "processenv", "synchapi", "winerror", "processthreadsapi", "winbase"]