summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_serialize/Cargo.toml
blob: 46b923e8c7b767f98d7724ad02534fca0468de1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[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"