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