# 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-ext" version = "0.1.2" authors = ["Rowan Hart "] publish = true description = "Extension traits for std::process::Command" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/novafacing/command-ext" [dependencies.log] version = "0.4.20" optional = true [dependencies.thiserror] version = "1.0.48" [dependencies.tracing] version = "0.1.40" features = ["log"] optional = true [dependencies.typed-builder] version = "0.18.0" [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.env_logger] version = "0.10.1" [dev-dependencies.test-log] version = "0.2.14" features = ["trace"] [dev-dependencies.tracing-subscriber] version = "0.3.18" [features] check = [] default = [ "tracing", "check", "log", "print", ] log = ["dep:log"] print = [] tracing = ["dep:tracing"]