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