# 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-integration" version = "0.7.3" authors = ["Dave Rolsky "] description = "Integration tests for precious - not for external use" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/houseabsolute/precious" [[test]] name = "integration_tests" path = "src/tests.rs" harness = true [dev-dependencies.anyhow] version = "1.0.86" [dev-dependencies.itertools] version = ">= 0.9.0, < 0.11.0" [dev-dependencies.precious-core] version = "0.7.3" [dev-dependencies.precious-helpers] version = "0.7.3" [dev-dependencies.precious-testhelper] version = "0.7.3" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.pushd] version = "0.0.1" [dev-dependencies.regex] version = "1.10.5" [dev-dependencies.serial_test] version = "3.1.1" [dev-dependencies.tempfile] version = "3.10.1"