[package] name = "v-cbr-codec" version = "0.7.1" authors = ["Toralf Wittner "] license = "MPL-2.0" description = "?" [lib] name = "cbor" [features] random = ["quickcheck"] [dependencies] byteorder = ">= 0.5.0" libc = "> 0.1.0" [dependencies.quickcheck] version = ">= 0.2.21" optional = true [dev-dependencies] json-codec = ">= 0.3" quickcheck = ">= 0.2.21" quickcheck_macros = ">= 0.2.21" rand = ">= 0.3" rustc-serialize = ">= 0.3" [[test]] name = "tests" path = "tests/lib.rs"