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
675 B
TOML
Raw Normal View History

2020-08-27 22:58:48 -05:00
[package]
name = "rustc_ast"
version = "0.0.0"
2021-09-19 11:49:55 -05:00
edition = "2021"
2020-08-27 22:58:48 -05:00
[dependencies]
# tidy-alphabetical-start
bitflags = "2.4.1"
memchr = "2.5.0"
2020-08-27 22:58:48 -05: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" }
# For Mutability and Movability, which could be uplifted into a common crate.
rustc_type_ir = { path = "../rustc_type_ir" }
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
thin-vec = "0.2.12"
tracing = "0.1"
# tidy-alphabetical-end