[package] authors = ["The Rust Project Developers"] name = "rustc_allocator" version = "0.0.0" edition = "2018" [lib] path = "lib.rs" crate-type = ["dylib"] test = false [dependencies] rustc = { path = "../librustc" } rustc_data_structures = { path = "../librustc_data_structures" } rustc_errors = { path = "../librustc_errors" } rustc_target = { path = "../librustc_target" } syntax = { path = "../libsyntax" } syntax_pos = { path = "../libsyntax_pos" } log = "0.4" smallvec = { version = "0.6.7", features = ["union", "may_dangle"] }