# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "v-cbr-codec" version = "0.7.1" authors = ["Toralf Wittner "] description = "?" license = "MPL-2.0" [lib] name = "cbor" [[test]] name = "tests" path = "tests/lib.rs" [dependencies.byteorder] version = ">= 0.5.0" [dependencies.libc] version = "> 0.1.0" [dependencies.quickcheck] version = ">= 0.2.21" optional = true [dev-dependencies.json-codec] version = ">= 0.3" [dev-dependencies.quickcheck] version = ">= 0.2.21" [dev-dependencies.quickcheck_macros] version = ">= 0.2.21" [dev-dependencies.rand] version = ">= 0.3" [dev-dependencies.rustc-serialize] version = ">= 0.3" [features] random = ["quickcheck"]