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