blob: e77b6750761dd8a277fd1bb3b6010cce8cf438db [file] [log] [blame]
# 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 = "prettyplease"
version = "0.1.25"
authors = ["David Tolnay <dtolnay@gmail.com>"]
links = "prettyplease01"
exclude = ["cargo-expand"]
autoexamples = false
description = "A minimal `syn` syntax tree pretty-printer"
documentation = "https://docs.rs/prettyplease"
readme = "README.md"
keywords = ["rustfmt"]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dtolnay/prettyplease"
[lib]
doc-scrape-examples = false
[dependencies.proc-macro2]
version = "1.0"
default-features = false
[dependencies.syn]
version = "1.0.90"
features = ["full"]
default-features = false
[dev-dependencies.syn]
version = "1.0.90"
features = ["parsing"]
default-features = false
[features]
verbatim = ["syn/parsing"]