# 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 = "2018" name = "precious-exec" version = "0.3.0" authors = ["Dave Rolsky "] description = "A command running library for precious - not for external use" license = "MIT OR Apache-2.0" repository = "https://github.com/houseabsolute/precious" [dependencies.anyhow] version = "1.0.53" [dependencies.log] version = "0.4.14" [dependencies.regex] version = "1.6.0" [dependencies.thiserror] version = "1.0.30" [dependencies.which] version = ">= 3.0.0, < 5.0.0" [dev-dependencies.pretty_assertions] version = "1.1.0" [dev-dependencies.serial_test] version = "0.5.1" [dev-dependencies.tempfile] version = "3.3.0"