# 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-wrapper" version = "0.2.1" authors = ["Adam H. Leventhal "] description = "Library wrapper around rustfmt for use by code generators" readme = "README.md" keywords = ["rustfmt"] categories = [ "development-tools", "development-tools::procedural-macro-helpers", ] license = "Apache-2.0" repository = "https://github.com/oxidecomputer/rustfmt-wrapper" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tempfile] version = "3.8.0" [dependencies.thiserror] version = "1.0.49" [dependencies.toml] version = "0.8.2" [dependencies.toolchain_find] version = "0.4.0" [dev-dependencies.newline-converter] version = "0.3.0" [dev-dependencies.quote] version = "1.0.33"