# 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.60" name = "rsfmt" version = "1.60.0" authors = ["baitu "] description = "Yet another rust source code formatter" homepage = "https://github.com/zBaitu/rsfmt" readme = "README.md" keywords = ["formatter"] license = "MIT OR Apache-2.0" repository = "https://github.com/zBaitu/rsfmt" resolver = "2" [[bin]] name = "rsfmt" [dependencies.rustc-ap-rustc_ast] version = "727.0.0" [dependencies.rustc-ap-rustc_data_structures] version = "727.0.0" [dependencies.rustc-ap-rustc_parse] version = "727.0.0" [dependencies.rustc-ap-rustc_session] version = "727.0.0" [dependencies.rustc-ap-rustc_span] version = "727.0.0" [dependencies.rustc-ap-rustc_target] version = "727.0.0" [dependencies.structopt] version = "0.3" [dependencies.walkdir] version = "2"