cargo-crap4rust 0.6.2

Cargo subcommand for computing CRAP scores across Rust crates
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"
name = "cargo-crap4rust"
version = "0.6.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cargo subcommand for computing CRAP scores across Rust crates"
documentation = "https://docs.rs/cargo-crap4rust"
readme = "README.md"
license = "MIT"
repository = "https://github.com/umbgtt10/crap4rust"

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

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

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

[dependencies.anyhow]
version = "1.0.98"

[dependencies.cargo_metadata]
version = "0.23.1"

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

[dependencies.proc-macro2]
version = "1.0.95"
features = ["span-locations"]

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

[dependencies.serde_json]
version = "1.0.140"

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

[dependencies.walkdir]
version = "2.5.0"

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

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

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