зеркало из https://github.com/mozilla/gecko-dev.git
22 строки
639 B
TOML
22 строки
639 B
TOML
[package]
|
|
name = "bincode"
|
|
version = "1.0.0-alpha6"
|
|
authors = ["Ty Overby <ty@pre-alpha.com>", "Francesco Mazzoli <f@mazzo.li>", "David Tolnay <dtolnay@gmail.com>", "Daniel Griffen"]
|
|
|
|
repository = "https://github.com/TyOverby/bincode"
|
|
documentation = "https://docs.rs/bincode"
|
|
keywords = ["binary", "encode", "decode", "serialize", "deserialize"]
|
|
|
|
license = "MIT"
|
|
description = "A binary serialization / deserialization strategy that uses Serde for transforming structs into bytes and vice versa!"
|
|
|
|
[dependencies]
|
|
byteorder = "1.0.0"
|
|
num-traits = "0.1.32"
|
|
|
|
[dependencies.serde]
|
|
version = "0.9.*"
|
|
|
|
[dev-dependencies]
|
|
serde_derive = "0.9.*"
|