rust/compiler/rustc_ast/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

22 lines
667 B
TOML
Raw Normal View History

2020-08-28 11:58:48 +08:00
[package]
name = "rustc_ast"
version = "0.0.0"
2021-09-20 00:49:55 +08:00
edition = "2021"
2020-08-28 11:58:48 +08:00
[dependencies]
2024-02-07 06:26:16 +08:00
# FIXME: bumping memchr to 2.7.1 causes linker errors in MSVC thin-lto
# tidy-alphabetical-start
bitflags = "2.4.1"
2024-02-07 06:26:16 +08:00
memchr = "=2.5.0"
rustc_ast_ir = { path = "../rustc_ast_ir" }
2020-08-28 11:58:48 +08:00
rustc_data_structures = { path = "../rustc_data_structures" }
rustc_index = { path = "../rustc_index" }
rustc_lexer = { path = "../rustc_lexer" }
rustc_macros = { path = "../rustc_macros" }
rustc_serialize = { path = "../rustc_serialize" }
rustc_span = { path = "../rustc_span" }
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
thin-vec = "0.2.12"
tracing = "0.1"
# tidy-alphabetical-end