cbor 0.4.1

CBOR (binary JSON) with type based decoding and encoding.
Documentation
[dependencies.byteorder]
version = "0.5"

[dependencies.rustc-serialize]
version = "0.3"

[dev-dependencies.quickcheck]
version = "0.2"

[dev-dependencies.rand]
version = "0.3"

[lib]
name = "cbor"

[package]
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "CBOR (binary JSON) with type based decoding and encoding."
documentation = "http://burntsushi.net/rustdoc/cbor/"
homepage = "https://github.com/BurntSushi/rust-cbor"
keywords = ["cbor", "json", "binary", "format", "encoding"]
license = "Unlicense/MIT"
name = "cbor"
readme = "README.md"
repository = "https://github.com/BurntSushi/rust-cbor"
version = "0.4.1"