cargo-cgp 0.0.1

wrapper around cargo check to improve CGP error messages
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.93"
name = "cargo-cgp"
version = "0.0.1"
authors = ["Soares Chen <soares.chen@maybevoid.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "wrapper around cargo check to improve CGP error messages"
readme = false
keywords = ["cgp"]
license = "MIT"
repository = "https://github.com/contextgeneric/cgp-error-improvement"

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

[[bin]]
name = "cargo-cgp"
path = "bin/cargo_cgp.rs"

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

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

[dependencies.anyhow]
version = "1.0.101"

[dependencies.cargo_metadata]
version = "0.23.1"
features = ["builder"]

[dependencies.cgp]
version = "0.6.1"

[dependencies.insta]
version = "1.46.3"

[dependencies.miette]
version = "7.6.0"
features = ["fancy"]