2016-01-21 23:19:23 +00:00
|
|
|
[package]
|
2020-06-02 17:03:40 +00:00
|
|
|
name = "rustc_serialize"
|
2016-01-21 23:19:23 +00:00
|
|
|
version = "0.0.0"
|
2021-09-19 16:49:55 +00:00
|
|
|
edition = "2021"
|
2016-01-21 23:19:23 +00:00
|
|
|
|
2018-08-13 19:15:16 +00:00
|
|
|
[dependencies]
|
2023-10-20 02:37:29 +00:00
|
|
|
# tidy-alphabetical-start
|
2023-07-03 20:51:54 +00:00
|
|
|
indexmap = "2.0.0"
|
2022-06-26 22:48:55 +00:00
|
|
|
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
|
2022-12-05 23:19:32 +00:00
|
|
|
thin-vec = "0.2.12"
|
2023-10-20 02:37:29 +00:00
|
|
|
# tidy-alphabetical-end
|
2020-07-18 19:14:50 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2023-10-20 02:37:29 +00:00
|
|
|
# tidy-alphabetical-start
|
2020-08-28 03:58:48 +00:00
|
|
|
rustc_macros = { path = "../rustc_macros" }
|
2023-05-01 08:51:05 +00:00
|
|
|
tempfile = "3.2"
|
2023-10-20 02:37:29 +00:00
|
|
|
# tidy-alphabetical-end
|