# 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 = "precious-testhelper" version = "0.7.3" authors = ["Dave Rolsky "] description = "A helper library for precious tests - not for external use" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/houseabsolute/precious" [dependencies.anyhow] version = "1.0.86" [dependencies.env_logger] version = "0.11.3" [dependencies.log] version = "0.4.21" [dependencies.once_cell] version = "1.19.0" [dependencies.precious-helpers] version = "0.7.3" [dependencies.pushd] version = "0.0.1" [dependencies.regex] version = "1.10.5" [dependencies.tempfile] version = "3.10.1"