| description = "Tool to find and fix Rust formatting issues" |
| repository = "https://github.com/rust-lang/rustfmt" |
| license = "Apache-2.0 OR MIT" |
| categories = ["development-tools"] |
| path = "src/cargo-fmt/main.rs" |
| name = "rustfmt-format-diff" |
| path = "src/format-diff/main.rs" |
| path = "src/git-rustfmt/main.rs" |
| default = ["cargo-fmt", "rustfmt-format-diff"] |
| generic-simd = ["bytecount/generic-simd"] |
| annotate-snippets = { version = "0.9", features = ["color"] } |
| clap = { version = "4.4.2", features = ["derive"] } |
| serde = { version = "1.0.160", features = ["derive"] } |
| tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } |
| unicode-segmentation = "1.9" |
| unicode-properties = { version = "0.1", default-features = false, features = ["general-category"] } |
| rustfmt-config_proc_macro = { version = "0.3", path = "config_proc_macro" } |
| # Rustc dependencies are loaded from the sysroot, Cargo doesn't know about them. |
| [package.metadata.rust-analyzer] |
| # This package uses #[feature(rustc_private)] |