woofmt 0.1.5

Blazing-fast Go code formatter —— Vibe Coding toolchain
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"
rust-version = "1.80"
name = "woofmt"
version = "0.1.5"
authors = ["Woof Contributors"]
build = false
exclude = [
    "benchmark/",
    "testdata/",
    "scripts/",
    "docs/",
    "benches/",
    ".github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Blazing-fast Go code formatter —— Vibe Coding toolchain"
homepage = "https://github.com/GWinfinity/woofmt"
readme = "README.md"
keywords = [
    "go",
    "golang",
    "linter",
    "formatter",
    "rust",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/GWinfinity/woofmt"

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

[[bin]]
name = "benchmark_256core"
path = "src/bin/benchmark_256core.rs"

[[bin]]
name = "woofmt"
path = "src/main.rs"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.bumpalo]
version = "3.15"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "cargo",
]

[dependencies.colored]
version = "2.1"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.globset]
version = "0.4"

[dependencies.ignore]
version = "0.4"

[dependencies.indexmap]
version = "2.2"

[dependencies.lazy_static]
version = "1.4"

[dependencies.libc]
version = "0.2.183"

[dependencies.lru]
version = "0.12"

[dependencies.memmap2]
version = "0.9"

[dependencies.num_cpus]
version = "1.16"

[dependencies.once_cell]
version = "1.19"

[dependencies.rayon]
version = "1.10"

[dependencies.regex]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.toml]
version = "0.8"

[dependencies.tree-sitter]
version = "0.25"

[dependencies.tree-sitter-go]
version = "0.25"

[dependencies.walkdir]
version = "2.5"

[dev-dependencies.insta]
version = "1.36"
features = ["yaml"]

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

[profile.dev]
opt-level = 0
debug = 2

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
panic = "abort"
strip = true