cargo-quality 0.2.0

Professional Rust code quality analysis tool with hardcoded standards
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.90"
name = "cargo-quality"
version = "0.2.0"
authors = ["RAprogramm <andrey.rozanov.vl@gmail.com>"]
build = false
exclude = [
    ".github",
    "target",
    ".git",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Professional Rust code quality analysis tool with hardcoded standards"
homepage = "https://github.com/RAprogramm/cargo-quality"
documentation = "https://docs.rs/cargo-quality"
readme = "README.md"
keywords = [
    "cargo",
    "quality",
    "formatter",
    "analyzer",
    "linter",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/RAprogramm/cargo-quality"

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

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

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

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

[dependencies.clap_complete]
version = "4"

[dependencies.console]
version = "0.16"

[dependencies.ignore]
version = "0.4"

[dependencies.masterror]
version = "0.25"

[dependencies.owo-colors]
version = "4"

[dependencies.prettyplease]
version = "0.2"

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

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"
features = [
    "full",
    "extra-traits",
    "visit",
    "visit-mut",
]

[dependencies.terminal_size]
version = "0.4"

[dependencies.unicode-width]
version = "0.2"

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

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

[profile.release]
opt-level = 3
lto = true
codegen-units = 1