]> git.proxmox.com Git - rustc.git/blame - vendor/proc-macro2/Cargo.toml
New upstream version 1.63.0+dfsg1
[rustc.git] / vendor / proc-macro2 / Cargo.toml
CommitLineData
e74abb32
XL
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
94222f64 6# to registry (e.g., crates.io) dependencies.
e74abb32 7#
94222f64
XL
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.
e74abb32
XL
11
12[package]
13edition = "2018"
3c0e092e 14rust-version = "1.31"
e74abb32 15name = "proc-macro2"
923072b8 16version = "1.0.39"
04454e1e
FG
17authors = [
18 "David Tolnay <dtolnay@gmail.com>",
19 "Alex Crichton <alex@alexcrichton.com>",
20]
5099ac24 21autobenches = false
04454e1e
FG
22description = """
23A substitute implementation of the compiler's `proc_macro` API to decouple
24token-based libraries from the procedural macro use case.
25"""
e74abb32
XL
26documentation = "https://docs.rs/proc-macro2"
27readme = "README.md"
28keywords = ["macros"]
f035d41b 29categories = ["development-tools::procedural-macro-helpers"]
e74abb32 30license = "MIT OR Apache-2.0"
3c0e092e 31repository = "https://github.com/dtolnay/proc-macro2"
04454e1e 32
e74abb32 33[package.metadata.docs.rs]
04454e1e
FG
34rustc-args = [
35 "--cfg",
36 "procmacro2_semver_exempt",
37]
38rustdoc-args = [
39 "--cfg",
40 "procmacro2_semver_exempt",
41 "--cfg",
42 "doc_cfg",
43]
f035d41b 44targets = ["x86_64-unknown-linux-gnu"]
e74abb32 45
f035d41b
XL
46[package.metadata.playground]
47features = ["span-locations"]
04454e1e 48
923072b8
FG
49[dependencies.unicode-ident]
50version = "1.0"
04454e1e 51
e74abb32
XL
52[dev-dependencies.quote]
53version = "1.0"
54default_features = false
55
56[features]
57default = ["proc-macro"]
58nightly = []
59proc-macro = []
60span-locations = []