blob: c8af10576b42fcf4526aafc92e2985774d9d2680 [file] [log] [blame]
Camille GILLOT81a600b2021-01-02 13:42:151[package]
Camille GILLOT81a600b2021-01-02 13:42:152name = "rustc_monomorphize"
3version = "0.0.0"
Mark Rousskovc746be22021-09-19 16:49:554edition = "2021"
Camille GILLOT81a600b2021-01-02 13:42:155
6[lib]
Camille GILLOT81a600b2021-01-02 13:42:157
8[dependencies]
Joshua Nelsoneb53eea2022-12-29 21:08:099serde = "1"
10serde_json = "1"
Nathan Stocks137f20c2022-08-18 21:51:4711smallvec = { version = "1.8.1", features = [ "union", "may_dangle" ] }
Camille GILLOT81a600b2021-01-02 13:42:1512tracing = "0.1"
13rustc_data_structures = { path = "../rustc_data_structures" }
Nathan Stocks137f20c2022-08-18 21:51:4714rustc_errors = { path = "../rustc_errors" }
Camille GILLOT81a600b2021-01-02 13:42:1515rustc_hir = { path = "../rustc_hir" }
16rustc_index = { path = "../rustc_index" }
Nathan Stocks137f20c2022-08-18 21:51:4717rustc_macros = { path = "../rustc_macros" }
Camille GILLOT81a600b2021-01-02 13:42:1518rustc_middle = { path = "../rustc_middle" }
19rustc_session = { path = "../rustc_session" }
20rustc_span = { path = "../rustc_span" }
21rustc_target = { path = "../rustc_target" }