aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 1f73ea00be5f1ca0ff01d41cce8e202af8c7e251 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: "proc-macro2"
description: "A substitute implementation of the compiler\'s `proc_macro` API to decouple token-based libraries from the procedural macro use case."
third_party {
  url {
    type: HOMEPAGE
    value: "https://crates.io/crates/proc-macro2"
  }
  url {
    type: ARCHIVE
    value: "https://static.crates.io/crates/proc-macro2/proc-macro2-1.0.26.crate"
  }
  version: "1.0.26"
  license_type: NOTICE
  last_upgrade_date {
    year: 2021
    month: 4
    day: 1
  }
}