[package]
name = "cbor-codec"
version = "0.1.0"
authors = ["Toralf Wittner <tw@dtex.org>"]
license = "MPL-2.0"
description = "CBOR Codec implementation"
repository = "https://github.com/twittner/cbor-codec"
documentation = "https://twittner.github.io/cbor-codec/doc/cbor/"
keywords = ["cbor", "encoding", "binary"]
[lib]
name = "cbor"
[features]
random = ["quickcheck"]
[dependencies]
byteorder = "> 0.3.0"
[dependencies.quickcheck]
version = ">= 0.2.21"
optional = true
[dev-dependencies]
quickcheck = ">= 0.2.21"
quickcheck_macros = ">= 0.2.21"
rand = "> 0.3.0"
rustc-serialize = "> 0.3.0"
serde = "> 0.4.0"
serde_macros = "> 0.4.0"
[[test]]
name = "tests"
path = "tests/lib.rs"