# 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] edition = "2021" name = "cbor-codec-plus" version = "0.8.0" authors = ["Toralf Wittner "] description = "CBOR Codec implementation" documentation = "https://twittner.gitlab.io/cbor-codec/cbor/" keywords = [ "cbor", "encoding", "binary", ] categories = ["encoding"] license = "MPL-2.0" repository = "https://gitlab.com/twittner/cbor-codec" [lib] name = "cbor" [[test]] name = "tests" path = "tests/lib.rs" [dependencies.byteorder] version = "1.5" [dependencies.quickcheck] version = "1" optional = true [dev-dependencies.json-codec] version = "0.5" [dev-dependencies.quickcheck] version = "1" [dev-dependencies.quickcheck_macros] version = "1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rustc-serialize] version = "0.3" [features] random = ["quickcheck"]