rust/compiler/rustc_serialize/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
375 B
TOML
Raw Normal View History

[package]
2020-06-02 17:03:40 +00:00
name = "rustc_serialize"
version = "0.0.0"
2021-09-19 16:49:55 +00:00
edition = "2021"
2018-08-13 19:15:16 +00:00
[dependencies]
# tidy-alphabetical-start
indexmap = "2.0.0"
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
thin-vec = "0.2.12"
# tidy-alphabetical-end
2020-07-18 19:14:50 +00:00
[dev-dependencies]
# tidy-alphabetical-start
2020-08-28 03:58:48 +00:00
rustc_macros = { path = "../rustc_macros" }
tempfile = "3.2"
# tidy-alphabetical-end