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 Permalink Normal View History

[package]
2020-06-02 12:03:40 -05:00
name = "rustc_serialize"
version = "0.0.0"
2021-09-19 11:49:55 -05:00
edition = "2021"
2018-08-13 14:15:16 -05: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 14:14:50 -05:00
[dev-dependencies]
# tidy-alphabetical-start
2020-08-27 22:58:48 -05:00
rustc_macros = { path = "../rustc_macros" }
tempfile = "3.2"
# tidy-alphabetical-end