cbor 0.4.2

DEPRECATED AND UNMAINTAINED, DO NOT USE
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"