summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_serialize/Cargo.toml
blob: 8bf98c16361eba36196b645eef121e19dc7848da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "rustc_serialize"
version = "0.0.0"
edition = "2021"

[dependencies]
# tidy-alphabetical-start
indexmap = "2.0.0"
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
thin-vec = "0.2.12"
# tidy-alphabetical-end

[dev-dependencies]
# tidy-alphabetical-start
rustc_macros = { path = "../rustc_macros" }
tempfile = "3.2"
# tidy-alphabetical-end