serde-bench 0.0.3

Minimal serialization format for benchmarking Serde
Documentation
[package]
name = "serde-bench"
version = "0.0.3"
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Minimal serialization format for benchmarking Serde"
repository = "https://github.com/serde-rs/bench"
documentation = "https://docs.rs/serde-bench/"
include = ["Cargo.toml", "src/**/*.rs"]

[dependencies]
byteorder = "1.0"
serde = "0.9"