# 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 = "cargo-difftests" version = "0.6.1" description = "A selective regression testing tool for Rust projects" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/dnbln/cargo-difftests" [[bin]] name = "rustc-wrapper-difftests" path = "src/bin/rustc-wrapper-difftests.rs" [[bin]] name = "cargo-difftests-default-rerunner" path = "src/bin/cargo-difftests-default-rerunner.rs" [[bin]] name = "cargo-difftests" path = "src/bin/cargo-difftests/main.rs" [dependencies.anyhow] version = "1.0.66" [dependencies.cargo-difftests-core] version = "=0.6.1" [dependencies.chrono] version = "0.4.23" features = ["serde"] [dependencies.clap] version = "4.0.26" features = [ "derive", "string", "env", ] [dependencies.git2] version = "0.18" [dependencies.home] version = "0.5.4" [dependencies.indoc] version = "2" [dependencies.log] version = "0.4.17" [dependencies.path-absolutize] version = "3.0.14" [dependencies.path-slash] version = "0.2.1" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.prodash] version = "28.0.0" features = [ "render-line", "render-line-crossterm", "render-line-autoconfigure", "progress-tree", ] default-features = false [dependencies.rustc-demangle] version = "0.1.21" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tempfile] version = "3.0" [dependencies.thiserror] version = "1.0" [features] default = []