]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_serialize/Cargo.toml
bump version to 1.80.1+dfsg1-1~bpo12+pve1
[rustc.git] / compiler / rustc_serialize / Cargo.toml
CommitLineData
7453a54e 1[package]
f035d41b 2name = "rustc_serialize"
7453a54e 3version = "0.0.0"
c295e0f8 4edition = "2021"
7453a54e 5
b7449926 6[dependencies]
ed00b5ec 7# tidy-alphabetical-start
fe692bf9 8indexmap = "2.0.0"
923072b8 9smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
9ffffee4 10thin-vec = "0.2.12"
ed00b5ec 11# tidy-alphabetical-end
3dfed10e
XL
12
13[dev-dependencies]
ed00b5ec 14# tidy-alphabetical-start
1b1a35ee 15rustc_macros = { path = "../rustc_macros" }
49aad941 16tempfile = "3.2"
ed00b5ec 17# tidy-alphabetical-end