cargo-grip4rust 0.4.0

A cargo subcommand for measuring Rust testability
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.85"
name = "cargo-grip4rust"
version = "0.4.0"
authors = ["Umberto Gotti <umberto.gotti@umbertogotti.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A cargo subcommand for measuring Rust testability"
readme = "README.md"
keywords = [
    "cargo",
    "subcommand",
    "search",
    "grep",
    "cli",
]
categories = [
    "development-tools::cargo-plugins",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/umbgtt10/grip4rust"

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

[[bin]]
name = "cargo-grip4rust"
path = "src/main.rs"

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

[[test]]
name = "sloppy_calc_tests"
path = "tests/fixtures/sloppy_calc/tests/analysis_tests.rs"

[[test]]
name = "clean_calc_tests"
path = "tests/fixtures/clean_calc/tests/analysis_tests.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.quote]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.syn]
version = "2"
features = [
    "full",
    "visit",
]

[dependencies.walkdir]
version = "2"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.tempfile]
version = "3"