# 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 = "2021" name = "command-error" version = "0.6.0" authors = ["Rebecca Turner "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Detailed error messages and status checking for `std::process::Command`" readme = "README.md" keywords = [ "command", "process", "error", ] license = "MIT" repository = "https://github.com/9999years/command-error" [lib] name = "command_error" path = "src/lib.rs" [dependencies.dyn-clone] version = "1.0.17" [dependencies.miette] version = "7" optional = true default-features = false [dependencies.process-wrap] version = "8" features = ["std"] optional = true [dependencies.shell-words] version = "1" [dependencies.tracing] version = "0" optional = true [dependencies.utf8-command] version = "1" [dev-dependencies.indoc] version = "2.0.4" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.static_assertions] version = "1.1.0" [features] default = ["process-wrap"]