cbordata 0.6.0

CBOR processing package for document databases and distributed applications
Documentation
# 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 = "cbordata"
version = "0.6.0"
authors = ["prataprc <prataprc@gmail.com>"]
description = "CBOR processing package for document databases and distributed applications"
documentation = "https://docs.rs/cbordata"
readme = "README.md"
keywords = [
    "CBOR",
    "cbor",
]
categories = [
    "parsing",
    "encoding",
]
license = "MIT"
repository = "https://github.com/bnclabs/cbordata"

[profile.bench]
debug = true

[profile.release]
debug = true

[lib]
name = "cbordata"

[[example]]
name = "macro"
crate-type = ["bin"]

[[example]]
name = "arc"
crate-type = ["bin"]

[dependencies.arbitrary]
version = "1"
features = ["derive"]
optional = true

[dependencies.cbordata-derive]
version = "=0.6.0"

[dependencies.num-bigint]
version = "0.4.2"
features = ["arbitrary"]

[dependencies.num-traits]
version = "0.2.14"

[dev-dependencies.arbitrary]
version = "1"
features = ["derive"]

[dev-dependencies.quickcheck]
version = "0.7"

[dev-dependencies.rand]
version = "0.8.4"
features = ["std_rng"]

[badges.maintenance]
status = "actively-developed"