Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
65
third-party/vendor/prettyplease/Cargo.toml
vendored
Normal file
65
third-party/vendor/prettyplease/Cargo.toml
vendored
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
# 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.2.16"
|
||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||
links = "prettyplease02"
|
||||
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"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
rustdoc-args = ["--generate-link-to-definition"]
|
||||
targets = ["x86_64-unknown-linux-gnu"]
|
||||
|
||||
[package.metadata.playground]
|
||||
features = ["verbatim"]
|
||||
|
||||
[lib]
|
||||
doc-scrape-examples = false
|
||||
|
||||
[dependencies.proc-macro2]
|
||||
version = "1.0.74"
|
||||
default-features = false
|
||||
|
||||
[dependencies.syn]
|
||||
version = "2.0.46"
|
||||
features = ["full"]
|
||||
default-features = false
|
||||
|
||||
[dev-dependencies.indoc]
|
||||
version = "2"
|
||||
|
||||
[dev-dependencies.proc-macro2]
|
||||
version = "1.0.74"
|
||||
default-features = false
|
||||
|
||||
[dev-dependencies.quote]
|
||||
version = "1.0.35"
|
||||
default-features = false
|
||||
|
||||
[dev-dependencies.syn]
|
||||
version = "2.0.46"
|
||||
features = ["parsing"]
|
||||
default-features = false
|
||||
|
||||
[features]
|
||||
verbatim = ["syn/parsing"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue