err_span_check 0.1.1

Test harness for compiler errors with a focus on error spans
Documentation
# 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"
rust-version = "1.88.0"
name = "err_span_check"
version = "0.1.1"
authors = ["mich101mich <mich101mich@gmail.com>"]
build = false
exclude = [
    "/.vscode",
    "/.gitignore",
    "/.github",
    "/*.bat",
    "/*.sh",
    "/submodules",
    "/.gitmodules",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Test harness for compiler errors with a focus on error spans"
readme = "Readme.md"
keywords = [
    "testing",
    "dev-dependencies",
]
categories = ["development-tools::testing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mich101mich/err_span_check"

[lib]
name = "err_span_check"
path = "src/lib.rs"

[[test]]
name = "test"
path = "tests/test.rs"

[dependencies.anyhow]
version = "1.0.39"

[dependencies.cargo_metadata]
version = "0.23.0"

[dependencies.git2]
version = "0.20.0"
default-features = false

[dependencies.rustc_version]
version = "0.4.0"

[dependencies.serde]
version = "1.0.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.0"

[dependencies.target-triple]
version = "1.0"

[dependencies.termcolor]
version = "1.0.0"

[dependencies.toml]
version = "1.0.0"

[dependencies.unicode-width]
version = "0.2.0"
default-features = false