]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_macros/Cargo.toml
Rollup merge of #99821 - cjgillot:ast-lifetimes-2, r=compiler-errors
[rust.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.12.1"
14 syn = { version = "1", features = ["full"] }
15 proc-macro2 = "1"
16 quote = "1"
17 unic-langid = { version = "0.9.0", features = ["macros"] }