[package] name = "bincode" version = "0.7.0" authors = ["Ty Overby ", "Francesco Mazzoli ", "David Tolnay ", "Daniel Griffen"] publish = false 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" serde = { git = "https://github.com/serde-rs/serde", branch = "master" } [dev-dependencies] serde_bytes = { git = "https://github.com/serde-rs/bytes", branch = "master" } serde_derive = { git = "https://github.com/serde-rs/serde", branch = "master" }