]> git.proxmox.com Git - rustc.git/blob - compiler/rustc_serialize/Cargo.toml
e4dbb8a637cea9fbc644dc1988700d69684d429c
[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.9.3"
8 smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
9 thin-vec = "0.2.12"
10
11 [dev-dependencies]
12 rustc_macros = { path = "../rustc_macros" }