# 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 = "checked_command" version = "0.2.4" authors = ["Philipp korber "] description = "extension to `std::process::Command` which adds a output/status considering the programs `ExitStatus` for the returned Result" readme = "./README.md" keywords = ["Command", "Child", "ExitStatus"] categories = ["os"] license = "MIT OR Apache-2.0" repository = "https://github.com/dathinab/checked-command" [[test]] name = "integration_test" path = "./tests/integration_test.rs" required-features = ["enable_integration_tests"] [dependencies.quick-error] version = "1.0" [features] command_envs = ["nightly"] default = [] enable_integration_tests = [] nightly = [] process_try_wait = ["nightly"] use_std_output = [] [badges.travis-ci] branch = "master" repository = "dathinab/checked-command"