Sign in
rust
/
rust
/
8eb7c58dbb7b32701af113bc58722d0d1fefb1eb
/
.
/
src
/
libserialize
/
Cargo.toml
blob: 96a0d51bc716d62ac25511c740c5c64ca373e8a4 [
file
]
[
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"
]
}