bincode-no-std 1.0.0

A binary serialization / deserialization strategy that uses Serde for transforming structs into bytes and vice versa!
[dependencies.byteorder]
default-features = false
version = "1.2.0"

[dependencies.core_io]
features = ["collections"]
version = "0.1.20180307"

[dependencies.serde]
default-features = false
features = ["alloc"]
version = "^1.0.27"
[dev-dependencies.serde_bytes]
default-features = false
version = "^0.10.3"

[dev-dependencies.serde_derive]
default-features = false
version = "^1.0.27"

[package]
authors = ["Ty Overby <ty@pre-alpha.com>", "Francesco Mazzoli <f@mazzo.li>", "David Tolnay <dtolnay@gmail.com>", "Daniel Griffen", "Heyang Zhou <zhy20000919@hotmail.com>"]
categories = ["network-programming"]
description = "A binary serialization / deserialization strategy that uses Serde for transforming structs into bytes and vice versa!"
documentation = "https://docs.rs/bincode-no-std"
exclude = ["logo.png", "tests/*", "examples/*", ".gitignore", ".travis.yml", "changelist.org"]
keywords = ["binary", "encode", "decode", "serialize", "deserialize"]
license = "MIT"
name = "bincode-no-std"
publish = true
readme = "./readme.md"
repository = "https://github.com/losfair/bincode"
version = "1.0.0"