rust/compiler/rustc_serialize/Cargo.toml
Josh Stone d9b1fa93c4 Upgrade to indexmap 2.0.0
The new version was already added to the tree as an indirect dependency
in #113046, but now our direct dependents are using it too.
2023-07-03 13:51:54 -07:00

14 lines
275 B
TOML

[package]
name = "rustc_serialize"
version = "0.0.0"
edition = "2021"
[dependencies]
indexmap = "2.0.0"
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
thin-vec = "0.2.12"
[dev-dependencies]
rustc_macros = { path = "../rustc_macros" }
tempfile = "3.2"