litcheck 0.4.0

A standalone implementation of the lit and FileCheck utilities in a single package
# 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"
name = "litcheck"
version = "0.4.0"
authors = ["Paul Schoenfelder"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A standalone implementation of the lit and FileCheck utilities in a single package"
homepage = "https://github.com/bitwalker/litcheck"
readme = false
keywords = [
    "lit",
    "filecheck",
    "llvm",
]
categories = ["development-tools::testing"]
license = "Apache-2.0"
repository = "https://github.com/bitwalker/litcheck"
resolver = "2"

[[bin]]
name = "litcheck"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.1"
features = [
    "derive",
    "env",
    "cargo",
    "wrap_help",
]

[dependencies.console]
version = "0.16"

[dependencies.env_logger]
version = "0.11"

[dependencies.filecheck]
version = "0.4.0"
features = ["fancy-diagnostics"]
package = "litcheck-filecheck"

[dependencies.indicatif]
version = "0.18"
features = ["rayon"]

[dependencies.lit]
version = "0.4.0"
features = ["fancy-diagnostics"]
package = "litcheck-lit"

[dependencies.litcheck]
version = "0.4.0"
features = ["fancy-diagnostics"]
package = "litcheck-core"

[dependencies.miette]
version = "7.6"
features = [
    "derive",
    "fancy",
]
default-features = false

[dependencies.parking_lot]
version = "0.12"

[dependencies.rayon]
version = "1.8"

[dependencies.regex]
version = "1.10"

[dependencies.shlex]
version = "1.2"

[dependencies.target-lexicon]
version = "0.13"

[dependencies.thiserror]
version = "2.0"