summary refs log tree commit diff
path: root/src/librustc_serialize/Cargo.toml
blob: 939e6a59ba0990e99bd9d0c6e90e5b2853228fe3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
authors = ["The Rust Project Developers"]
name = "rustc_serialize"
version = "0.0.0"
edition = "2018"

[lib]
name = "rustc_serialize"
path = "lib.rs"

[dependencies]
indexmap = "1"
smallvec = { version = "1.0", features = ["union", "may_dangle"] }

[dev-dependencies]
rustc_macros = { path = "../librustc_macros" }