cbor 0.1.3

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

[lib]
name = "cbor"

[dependencies]
byteorder = "*"
rustc-serialize = "*"