blob: 6bd65fd5f96c752831372875e11bfc7f92377e85 [file] [log] [blame]
[package]
authors = ["The Rust Project Developers"]
name = "rustc_ast"
version = "0.0.0"
edition = "2018"
[lib]
name = "rustc_ast"
path = "lib.rs"
doctest = false
[dependencies]
rustc_serialize = { path = "../librustc_serialize" }
log = "0.4"
scoped-tls = "1.0"
rustc_span = { path = "../librustc_span" }
rustc_data_structures = { path = "../librustc_data_structures" }
rustc_index = { path = "../librustc_index" }
rustc_lexer = { path = "../librustc_lexer" }
rustc_macros = { path = "../librustc_macros" }
smallvec = { version = "1.0", features = ["union", "may_dangle"] }
bitflags = "1.2.1"