]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_serialize/Cargo.toml
Rollup merge of #85288 - Geal:clarify-std-io-read, r=dtolnay
[rust.git] / compiler / rustc_serialize / Cargo.toml
1 [package]
2 authors = ["The Rust Project Developers"]
3 name = "rustc_serialize"
4 version = "0.0.0"
5 edition = "2018"
6
7 [dependencies]
8 indexmap = "1"
9 smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
10
11 [dev-dependencies]
12 rustc_macros = { path = "../rustc_macros" }