21 lines
543 B
TOML
21 lines
543 B
TOML
[package]
|
|
name = "bincode"
|
|
version = "0.5.2"
|
|
authors = ["Ty Overby <ty@pre-alpha.com>", "Francesco Mazzoli <f@mazzo.li>"]
|
|
|
|
repository = "https://github.com/TyOverby/bincode"
|
|
documentation = "http://tyoverby.github.io/bincode/bincode/"
|
|
keywords = ["binary", "encode", "decode", "serialize", "deserialize"]
|
|
|
|
license = "MIT"
|
|
description = "A binary serialization / deserialization strategy and implementation."
|
|
|
|
[dependencies]
|
|
rustc-serialize = "0.3.*"
|
|
byteorder = "0.4.*"
|
|
num = "0.1.*"
|
|
serde = "0.7.*"
|
|
|
|
[dev-dependencies]
|
|
serde_macros = "0.7.*"
|