]> git.proxmox.com Git - rustc.git/blob - vendor/proc-macro2/Cargo.toml
901c787feb80bda157d365ed973ddf657edb2a02
[rustc.git] / vendor / proc-macro2 / 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 name = "proc-macro2"
15 version = "1.0.29"
16 authors = ["Alex Crichton <alex@alexcrichton.com>", "David Tolnay <dtolnay@gmail.com>"]
17 description = "A substitute implementation of the compiler's `proc_macro` API to decouple\ntoken-based libraries from the procedural macro use case.\n"
18 documentation = "https://docs.rs/proc-macro2"
19 readme = "README.md"
20 keywords = ["macros"]
21 categories = ["development-tools::procedural-macro-helpers"]
22 license = "MIT OR Apache-2.0"
23 repository = "https://github.com/alexcrichton/proc-macro2"
24 [package.metadata.docs.rs]
25 rustc-args = ["--cfg", "procmacro2_semver_exempt"]
26 rustdoc-args = ["--cfg", "procmacro2_semver_exempt", "--cfg", "doc_cfg"]
27 targets = ["x86_64-unknown-linux-gnu"]
28
29 [package.metadata.playground]
30 features = ["span-locations"]
31 [dependencies.unicode-xid]
32 version = "0.2"
33 [dev-dependencies.quote]
34 version = "1.0"
35 default_features = false
36
37 [features]
38 default = ["proc-macro"]
39 nightly = []
40 proc-macro = []
41 span-locations = []