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