# 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" rust-version = "1.80" name = "cargo-test-support" version = "0.4.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Testing framework for Cargo's testsuite." homepage = "https://github.com/rust-lang/cargo" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/cargo" [lib] name = "cargo_test_support" path = "src/lib.rs" [dependencies.anstream] version = "0.6.15" [dependencies.anstyle] version = "1.0.8" [dependencies.anyhow] version = "1.0.86" [dependencies.cargo-test-macro] version = "0.3.0" [dependencies.cargo-util] version = "0.2.14" [dependencies.crates-io] version = "0.40.4" [dependencies.filetime] version = "0.2.23" [dependencies.flate2] version = "1.0.30" features = ["zlib"] default-features = false [dependencies.git2] version = "0.19.0" [dependencies.glob] version = "0.3.1" [dependencies.itertools] version = "0.13.0" [dependencies.pasetors] version = "0.6.8" features = [ "v3", "paserk", "std", "serde", ] [dependencies.regex] version = "1.10.5" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.snapbox] version = "0.6.17" features = [ "diff", "dir", "term-svg", "regex", "json", ] [dependencies.tar] version = "0.4.41" default-features = false [dependencies.time] version = "0.3.36" features = [ "parsing", "formatting", "serde", ] [dependencies.toml] version = "0.8.19" [dependencies.url] version = "2.5.2" [dependencies.walkdir] version = "2.5.0" [target."cfg(windows)".dependencies.windows-sys] version = "0.59" features = ["Win32_Storage_FileSystem"] [lints.clippy] dbg_macro = "warn" disallowed_methods = "warn" print_stderr = "warn" print_stdout = "warn" self_named_module_files = "warn" [lints.clippy.all] level = "allow" priority = -1 [lints.rust] rust_2018_idioms = "warn" [lints.rustdoc] private_intra_doc_links = "allow"