# 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 = "diva" version = "0.1.0" authors = ["Francesca Lovebloom "] description = "Opinionated convenience wrappers for `std::process::Command` and friends." documentation = "https://docs.rs/diva" readme = "README.md" keywords = [ "process", "shell", "command", ] categories = ["rust-patterns"] license = "Apache-2.0 OR MIT" repository = "https://github.com/francesca64/diva" [dependencies.log] version = "0.4.11" [dev-dependencies.simple_logger] version = "4.1.0" [target."cfg(unix)".dependencies.libc] version = "0.2.81" [target."cfg(windows)".dependencies.windows-sys] version = "0.48.0" features = ["Win32_System_Threading"]