# 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 = "cargo-unfmt" version = "0.3.4" authors = ["Felix Prasanna "] description = "unformat code into perfect rectangles" documentation = "https://docs.rs/cargo-unfmt" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/fprasx/cargo-unfmt" [dependencies.anstyle] version = "1.0.6" [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4.5.4" features = ["cargo"] [dependencies.proc-macro2] version = "1.0.78" features = ["span-locations"] [dependencies.quote] version = "1.0.35" [dependencies.regex] version = "1.10.4" [dependencies.rustc_lexer] version = "0.1.0" [dependencies.syn] version = "2.0.48" features = [ "visit", "full", ] [dependencies.walkdir] version = "2.4.0"