]> git.proxmox.com Git - rustc.git/blob - compiler/rustc_macros/Cargo.toml
New upstream version 1.70.0+dfsg1
[rustc.git] / compiler / rustc_macros / Cargo.toml
1 [package]
2 name = "rustc_macros"
3 version = "0.1.0"
4 edition = "2021"
5
6 [lib]
7 proc-macro = true
8
9 [dependencies]
10 annotate-snippets = "0.9"
11 fluent-bundle = "0.15.2"
12 fluent-syntax = "0.11"
13 synstructure = "0.13.0"
14 syn = { version = "2", features = ["full"] }
15 proc-macro2 = "1"
16 quote = "1"
17 unic-langid = { version = "0.9.0", features = ["macros"] }