19 lines
546 B
TOML
19 lines
546 B
TOML
[package]
|
|
name = "bincode"
|
|
version = "0.0.8"
|
|
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.2.10"
|
|
|
|
[dependencies.byteorder]
|
|
git = "https://github.com/BurntSushi/byteorder.git"
|
|
branch = "newio"
|