# 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 = "unix-exec-output-catcher" version = "0.2.4" authors = ["Philipp Schuster "] description = "Library to run executables in a child process and catch STDOUT and STDERR output on UNIX-systems. std::process::Command is probably the better option. Use this source code as educational source how it could be done." homepage = "https://github.com/phip1611/unix-exec-output-catcher" documentation = "https://docs.rs/unix-exec-output-catcher/" readme = "README.md" keywords = ["unix", "pipe", "fork", "exec", "posix"] categories = ["os::unix-apis", "command-line-interface"] license = "MIT" repository = "https://github.com/phip1611/unix-exec-output-catcher" [dependencies.derive_more] version = "0.99.11" [dependencies.errno] version = "0.2.7" [dependencies.libc] version = "0.2.82" [dependencies.log] version = "0.4.11" [dev-dependencies.env_logger] version = "0.8.2" [dev-dependencies.log] version = "0.4.11"