mirror of
https://github.com/Noratrieb/cargo-minimize.git
synced 2026-01-14 16:35:01 +01:00
vendor prettyplease
This commit is contained in:
parent
a7919c6da1
commit
39c186233c
29 changed files with 4987 additions and 4 deletions
25
prettyplease-forked/Cargo.toml
Normal file
25
prettyplease-forked/Cargo.toml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
[package]
|
||||
name = "prettyplease"
|
||||
version = "0.1.19"
|
||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||
autoexamples = false
|
||||
categories = ["development-tools"]
|
||||
description = "A minimal `syn` syntax tree pretty-printer"
|
||||
documentation = "https://docs.rs/prettyplease"
|
||||
edition = "2021"
|
||||
exclude = ["cargo-expand"]
|
||||
keywords = ["rustfmt"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
links = "prettyplease01"
|
||||
repository = "https://github.com/dtolnay/prettyplease"
|
||||
rust-version = "1.56"
|
||||
|
||||
[features]
|
||||
verbatim = ["syn/parsing"]
|
||||
|
||||
[dependencies]
|
||||
proc-macro2 = { version = "1.0", default-features = false }
|
||||
syn = { version = "1.0.90", default-features = false, features = ["full"] }
|
||||
|
||||
[dev-dependencies]
|
||||
syn = { version = "1.0.90", default-features = false, features = ["parsing"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue