# 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.76" name = "litcheck-core" version = "0.2.2" authors = ["Paul Schoenfelder"] description = "An internal library used by various litcheck components" 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.either] version = "1.9" [dependencies.glob] version = "0.3" [dependencies.memchr] version = "2.7" [dependencies.miette] version = "5.10" default-features = false [dependencies.rustc-hash] version = "1.1" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.smallvec] version = "1.9" features = [ "union", "const_generics", "const_new", ] [dependencies.string-interner] version = "0.14" [dependencies.thiserror] version = "1.0" [dependencies.walkdir] version = "2.4" [dev-dependencies.pretty_assertions] version = "1.0" [features] default = [] fancy-diagnostics = ["miette/fancy"]