Lines Matching +full:proc +full:- +full:macro2
14 rust-version = "1.56"
15 name = "proc-macro2"
22 description = "A substitute implementation of the compiler's `proc_macro` API to decouple token-bas…
23 documentation = "https://docs.rs/proc-macro2"
29 categories = ["development-tools::procedural-macro-helpers"]
30 license = "MIT OR Apache-2.0"
31 repository = "https://github.com/dtolnay/proc-macro2"
34 rustc-args = [
35 "--cfg",
38 rustdoc-args = [
39 "--cfg",
41 "--cfg",
43 "--generate-link-to-definition",
45 targets = ["x86_64-unknown-linux-gnu"]
48 features = ["span-locations"]
51 doc-scrape-examples = false
53 [dependencies.unicode-ident]
56 [dev-dependencies.quote]
60 [dev-dependencies.rustversion]
64 default = ["proc-macro"]
66 proc-macro = []
67 span-locations = []