# 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.56" name = "prettythanks" version = "0.1.0" authors = ["Bigo "] description = "A simple frontend to dtolnay/prettyplease library" homepage = "https://github.com/crisidev/pretty-thanks" readme = "README.md" keywords = [ "formatting", "pretty", "cmdline", "ast", "cargo-fmt", ] categories = [ "command-line-utilities", "development-tools", "filesystem", "text-processing", ] license = "Apache-2.0" [dependencies.argh] version = "0.1" [dependencies.camino] version = "1.1" default-features = false [dependencies.prettyplease] version = "0.2" [dependencies.syn] version = "2.0" features = ["parsing"] default-features = false