2016-01-21 15:19:23 -08:00
|
|
|
[package]
|
|
|
|
authors = ["The Rust Project Developers"]
|
2020-06-02 20:03:40 +03:00
|
|
|
name = "rustc_serialize"
|
2016-01-21 15:19:23 -08:00
|
|
|
version = "0.0.0"
|
2019-02-07 11:42:43 +09:00
|
|
|
edition = "2018"
|
2016-01-21 15:19:23 -08:00
|
|
|
|
|
|
|
[lib]
|
2020-06-02 20:03:40 +03:00
|
|
|
name = "rustc_serialize"
|
2016-01-21 15:19:23 -08:00
|
|
|
path = "lib.rs"
|
2018-08-13 22:15:16 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2019-05-14 19:42:57 +03:00
|
|
|
indexmap = "1"
|
2019-11-04 15:59:09 +01:00
|
|
|
smallvec = { version = "1.0", features = ["union", "may_dangle"] }
|