# 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 = "rust-format" version = "0.3.4" authors = ["Scott Meeuwsen "] description = "A Rust source code formatting crate with a unified interface for string, file, and TokenStream input" documentation = "https://docs.rs/rust-format" readme = "README.md" keywords = ["rustfmt", "prettyplease", "formatter", "quote"] categories = ["development-tools", "value-formatting"] license = "MIT OR Apache-2.0" repository = "https://github.com/nu11ptr/flexgen/tree/master/rust_format" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.prettyplease] version = "0.1" optional = true [dependencies.proc-macro2] version = "1.0" optional = true [dependencies.syn] version = "1.0" optional = true default-features = false [dev-dependencies.pretty_assertions] version = "1.2" [dev-dependencies.quote] version = "1.0" [dev-dependencies.temp-env] version = "0.2" [dev-dependencies.tempfile] version = "3.3" [features] post_process = ["syn/parsing"] pretty_please = ["prettyplease", "syn/full", "syn/parsing", "token_stream"] token_stream = ["proc-macro2"]