[package]
name = "cbor"
version = "0.4.2"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DEPRECATED AND UNMAINTAINED, DO NOT USE"
homepage = "https://github.com/BurntSushi/rust-cbor"
documentation = "http://burntsushi.net/rustdoc/cbor/"
readme = "README.md"
keywords = [
"cbor",
"json",
"binary",
"format",
"encoding",
]
license = "Unlicense/MIT"
repository = "https://github.com/BurntSushi/rust-cbor"
[lib]
name = "cbor"
path = "src/lib.rs"
[[test]]
name = "tests"
path = "tests/tests.rs"
[[bench]]
name = "bench"
path = "benches/bench.rs"
[dependencies.byteorder]
version = "0.5"
[dependencies.rustc-serialize]
version = "0.3"
[dev-dependencies.quickcheck]
version = "0.2"
[dev-dependencies.rand]
version = "0.3"