libcnb-test 0.30.3

An integration testing framework for buildpacks written with libcnb.rs
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "libcnb-test"
version = "0.30.3"
build = false
include = [
    "src/**/*",
    "LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An integration testing framework for buildpacks written with libcnb.rs"
documentation = "https://docs.rs/libcnb-test"
readme = "README.md"
keywords = [
    "buildpacks",
    "CNB",
]
license = "BSD-3-Clause"
repository = "https://github.com/heroku/libcnb.rs/tree/main/libcnb-test"

[lib]
name = "libcnb_test"
path = "src/lib.rs"

[dependencies.fastrand]
version = "2.3.0"

[dependencies.fs_extra]
version = "1.3.0"

[dependencies.libcnb-common]
version = "=0.30.3"

[dependencies.libcnb-data]
version = "=0.30.3"

[dependencies.libcnb-package]
version = "=0.30.3"

[dependencies.regex]
version = "1.12.3"

[dependencies.tempfile]
version = "3.26.0"

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.indoc]
version = "2.0.7"

[dev-dependencies.libcnb]
version = "=0.30.3"

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

[lints.clippy]
missing_errors_doc = "allow"
panic_in_result_fn = "warn"
unwrap_used = "warn"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unreachable_pub = "warn"
unsafe_code = "warn"
unused_crate_dependencies = "warn"