rust-llm-tidy-cli 0.2.2

CLI for reordering and linting Rust source code. Intended for LLM use.
# 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 = "rust-llm-tidy-cli"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for reordering and linting Rust source code. Intended for LLM use."
readme = "README.MD"
keywords = [
    "cli",
    "rust",
    "reorder",
    "lint",
    "tidy",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/Sewer56/rust-llm-tidy"
resolver = "2"

[[bin]]
name = "rust-llm-tidy"
path = "src/main.rs"

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

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

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

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

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

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

[[bench]]
name = "common"
path = "benches/common.rs"

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

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

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.glob]
version = "0.3"

[dependencies.globset]
version = "0.4"

[dependencies.ignore]
version = "0.4"

[dependencies.rayon]
version = "1.12"

[dependencies.rust-llm-tidy-fix]
version = "0.3.0"

[dependencies.rust-llm-tidy-lint]
version = "0.2.1"

[dependencies.rust-llm-tidy-model]
version = "0.3.1"

[dependencies.rust-llm-tidy-reorder]
version = "0.1.4"

[dependencies.rust-llm-tidy-vis]
version = "0.1.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yml]
version = "0.0.13"

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