]> git.proxmox.com Git - rustc.git/blob - vendor/quote/Cargo.toml
New upstream version 1.62.1+dfsg1
[rustc.git] / vendor / quote / Cargo.toml
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2 #
3 # When uploading crates to the registry Cargo will automatically
4 # "normalize" Cargo.toml files for maximal compatibility
5 # with all versions of Cargo and also rewrite `path` dependencies
6 # to registry (e.g., crates.io) dependencies.
7 #
8 # If you are reading this file be aware that the original Cargo.toml
9 # will likely look very different (and much more reasonable).
10 # See Cargo.toml.orig for the original contents.
11
12 [package]
13 edition = "2018"
14 rust-version = "1.31"
15 name = "quote"
16 version = "1.0.18"
17 authors = ["David Tolnay <dtolnay@gmail.com>"]
18 autobenches = false
19 description = "Quasi-quoting macro quote!(...)"
20 documentation = "https://docs.rs/quote/"
21 readme = "README.md"
22 keywords = ["syn"]
23 categories = ["development-tools::procedural-macro-helpers"]
24 license = "MIT OR Apache-2.0"
25 repository = "https://github.com/dtolnay/quote"
26
27 [package.metadata.docs.rs]
28 targets = ["x86_64-unknown-linux-gnu"]
29
30 [dependencies.proc-macro2]
31 version = "1.0.36"
32 default-features = false
33
34 [dev-dependencies.rustversion]
35 version = "1.0"
36
37 [dev-dependencies.trybuild]
38 version = "1.0.52"
39 features = ["diff"]
40
41 [features]
42 default = ["proc-macro"]
43 proc-macro = ["proc-macro2/proc-macro"]