]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_serialize/Cargo.toml
Rollup merge of #103933 - nicholasbishop:bishop-uefi-tier-2, r=JohnTitor
[rust.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.1"
8 smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
9 thin-vec = "0.2.9"
10
11 [dev-dependencies]
12 rustc_macros = { path = "../rustc_macros" }