cargo-test-support 0.11.3

Testing framework for Cargo's testsuite.
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.95"
name = "cargo-test-support"
version = "0.11.3"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Testing framework for Cargo's testsuite."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/cargo"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.cargo-test-macro]
version = "0.4.12"

[dependencies.cargo-util]
version = "0.2.30"

[dependencies.crates-io]
version = "0.41.0"

[dependencies.filetime]
version = "0.2.27"

[dependencies.flate2]
version = "1.1.9"
features = ["zlib-rs"]
default-features = false

[dependencies.git2]
version = "0.20.4"

[dependencies.glob]
version = "0.3.3"

[dependencies.itertools]
version = "0.14.0"

[dependencies.pasetors]
version = "0.7.8"
features = [
    "v3",
    "paserk",
    "std",
    "serde",
]

[dependencies.regex]
version = "1.12.3"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.snapbox]
version = "1.2.0"
features = [
    "diff",
    "dir",
    "term-svg",
    "regex",
    "json",
]

[dependencies.tar]
version = "0.4.45"
default-features = false

[dependencies.time]
version = "0.3.47"
features = [
    "parsing",
    "formatting",
    "serde",
]

[dependencies.toml]
version = "1.1.2"
features = [
    "display",
    "serde",
]
default-features = false

[dependencies.url]
version = "2.5.8"

[dependencies.walkdir]
version = "2.5.0"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61"
features = ["Win32_Storage_FileSystem"]

[lints.clippy]
dbg_macro = "warn"
disallowed_methods = "warn"
disallowed_types = "warn"
print_stderr = "warn"
print_stdout = "warn"
self_named_module_files = "warn"

[lints.clippy.all]
level = "allow"
priority = -2

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

[lints.rust]
rust_2018_idioms = "warn"

[lints.rustdoc]
private_intra_doc_links = "allow"