# 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" name = "rustfmt-unstable" version = "1.0.0" authors = ["Justus Fluegel "] description = "A wrapper around cargo fmt or rustfmt for parsing a config file and passing it as cli args instead" readme = "README.md" keywords = [ "rustfmt", "cargo-fmt", "wrapper", "config", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/JustusFluegel/rustfmt-unstable" [dependencies.cargo_metadata] version = "0.18.1" optional = true [dependencies.clap] version = "4.4.16" features = [ "derive", "unicode", ] [dependencies.itertools] version = "0.12.0" [dependencies.miette] version = "7.0.0" features = ["fancy"] [dependencies.semver] version = "1.0.21" [dependencies.toml] version = "0.8.8" [features] auto-resolve = ["dep:cargo_metadata"] default = ["auto-resolve"]