]> git.proxmox.com Git - rustc.git/blob - vendor/proc-macro2/Cargo.toml
New upstream version 1.48.0~beta.8+dfsg1
[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 believe there's an error in this file please file an
9 # issue against the rust-lang/cargo repository. If you're
10 # editing this file be aware that the upstream Cargo.toml
11 # will likely look very different (and much more reasonable)
12
13 [package]
14 edition = "2018"
15 name = "proc-macro2"
16 version = "1.0.21"
17 authors = ["Alex Crichton <alex@alexcrichton.com>", "David Tolnay <dtolnay@gmail.com>"]
18 description = "A substitute implementation of the compiler's `proc_macro` API to decouple\ntoken-based libraries from the procedural macro use case.\n"
19 documentation = "https://docs.rs/proc-macro2"
20 readme = "README.md"
21 keywords = ["macros"]
22 categories = ["development-tools::procedural-macro-helpers"]
23 license = "MIT OR Apache-2.0"
24 repository = "https://github.com/alexcrichton/proc-macro2"
25 [package.metadata.docs.rs]
26 rustc-args = ["--cfg", "procmacro2_semver_exempt"]
27 rustdoc-args = ["--cfg", "procmacro2_semver_exempt"]
28 targets = ["x86_64-unknown-linux-gnu"]
29
30 [package.metadata.playground]
31 features = ["span-locations"]
32 [dependencies.unicode-xid]
33 version = "0.2"
34 [dev-dependencies.quote]
35 version = "1.0"
36 default_features = false
37
38 [features]
39 default = ["proc-macro"]
40 nightly = []
41 proc-macro = []
42 span-locations = []