]> git.proxmox.com Git - rustc.git/blob - compiler/rustc_serialize/Cargo.toml
f6b9e17e58ed9a97105260f881a98444ae5a6f45
[rustc.git] / compiler / rustc_serialize / Cargo.toml
1 [package]
2 name = "rustc_serialize"
3 version = "0.0.0"
4 edition = "2021"
5
6 [dependencies]
7 indexmap = "1.8.0"
8 smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
9
10 [dev-dependencies]
11 rustc_macros = { path = "../rustc_macros" }