precious-integration 0.10.2

Integration tests for precious - not for external use
# 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.10.2"
authors = ["Dave Rolsky <autarch@urth.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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.100"
default-features = false

[dev-dependencies.itertools]
version = "0.14.0"
default-features = true

[dev-dependencies.precious-core]
version = "0.10.2"

[dev-dependencies.precious-helpers]
version = "0.10.2"

[dev-dependencies.precious-testhelper]
version = "0.10.2"

[dev-dependencies.pretty_assertions]
version = "1.4.1"
default-features = true

[dev-dependencies.pushd]
version = "0.0.2"
default-features = false

[dev-dependencies.regex]
version = "1.12.2"
default-features = true

[dev-dependencies.serial_test]
version = "3.2.0"
default-features = false

[dev-dependencies.tempfile]
version = "3.23.0"
default-features = false

[lints.clippy]
fallible_impl_from = "deny"
fn_params_excessive_bools = "deny"
unneeded_field_pattern = "deny"
wildcard_enum_match_arm = "deny"