# 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 = "litcheck" version = "0.2.2" authors = ["Paul Schoenfelder"] description = "A standalone implementation of the lit and FileCheck utilities in a single package" homepage = "https://github.com/bitwalker/litcheck" keywords = [ "lit", "filecheck", "llvm", ] categories = ["development-tools::testing"] license = "Apache-2.0" repository = "https://github.com/bitwalker/litcheck" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.1" features = [ "derive", "env", "cargo", "wrap_help", ] [dependencies.console] version = "0.15" [dependencies.env_logger] version = "0.9" [dependencies.filecheck] version = "0.2.2" features = ["fancy-diagnostics"] package = "litcheck-filecheck" [dependencies.indicatif] version = "0.17" features = ["rayon"] [dependencies.lit] version = "0.2.2" features = ["fancy-diagnostics"] package = "litcheck-lit" [dependencies.litcheck] version = "0.2.2" features = ["fancy-diagnostics"] package = "litcheck-core" [dependencies.miette] version = "5.10" features = ["fancy"] default-features = false [dependencies.parking_lot] version = "0.12" [dependencies.rayon] version = "1.8" [dependencies.regex] version = "1.10" [dependencies.target-lexicon] version = "0.12" [dependencies.thiserror] version = "1.0"