garbage-code-hunter 0.2.0

A humorous Rust code quality detector that roasts your garbage code
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 = "2021"
name = "garbage-code-hunter"
version = "0.2.0"
authors = ["TimWood <jinhopers@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A humorous Rust code quality detector that roasts your garbage code"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/TimWood0x10/garbage-code-hunter"

[package.metadata.cargo-machete]
ignored = ["proc-macro2"]

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

[[bin]]
name = "garbage-code-hunter"
path = "src/main.rs"

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

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

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

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

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

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

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

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

[[bench]]
name = "performance_tests"
path = "benches/performance_tests.rs"
harness = false

[dependencies.anyhow]
version = "1"

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

[dependencies.colored]
version = "3.0.0"

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

[dependencies.quote]
version = "1.0"

[dependencies.regex]
version = "1.0"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.syn]
version = "2.0"
features = [
    "full",
    "parsing",
    "extra-traits",
    "visit",
]

[dependencies.tokio]
version = "1"
features = ["rt"]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.walkdir]
version = "2.0"

[dev-dependencies.criterion]
version = "0.7"

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