blob: 96a0d51bc716d62ac25511c740c5c64ca373e8a4 [file] [log] [blame]
[package]
authors = ["The Rust Project Developers"]
name = "serialize"
version = "0.0.0"
edition = "2018"
[lib]
name = "serialize"
path = "lib.rs"
[dependencies]
indexmap = "1"
smallvec = { version = "1.0", features = ["union", "may_dangle"] }