cargo-ff 1.1.0

Fast Format drop-in replacement for cargo-fmt
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-ff"
version = "1.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast Format drop-in replacement for cargo-fmt"
readme = "README.md"
keywords = [
    "rustfmt",
    "formatting",
    "cargo",
    "fmt",
    "parallel",
]
categories = [
    "development-tools::cargo-plugins",
    "command-line-utilities",
]
license = "GPL-3.0-only"
repository = "https://github.com/ggwpez/cargo-ff"

[features]
cli = [
    "dep:clap",
    "dep:anyhow",
]
default = ["cli"]

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

[[bin]]
name = "cargo-ff"
path = "src/bin/cargo-ff.rs"
required-features = ["cli"]

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

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

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

[dependencies.anstyle]
version = "1"

[dependencies.anyhow]
version = "1"
optional = true

[dependencies.cargo_metadata]
version = "0.23"

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

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

[dependencies.thiserror]
version = "2"

[dependencies.walkdir]
version = "2"

[profile.profiling]
debug = "line-tables-only"
inherits = "release"
strip = false