cbor-data 0.8.9

A library for using CBOR as in-memory representation for working with dynamically shaped data
Documentation
[[bench]]
harness = false
name = "bench"
[dependencies.base64]
version = "0.13.0"

[dependencies.chrono]
optional = true
version = "0.4.19"

[dependencies.half]
version = "1.6.0"

[dependencies.smallvec]
version = "1.6.1"
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.maplit]
version = "1"

[dev-dependencies.pretty_assertions]
version = "1.0.0"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.serde]
version = "1"

[dev-dependencies.serde_cbor]
version = "0.11.1"

[dev-dependencies.serde_json]
version = "1"

[features]
rfc3339 = ["chrono"]

[lib]
crate-type = ["rlib"]

[package]
authors = ["Roland Kuhn <rk@rkuhn.info>"]
description = "A library for using CBOR as in-memory representation for working with dynamically shaped data"
documentation = "https://docs.rs/cbor_data"
edition = "2018"
homepage = "https://crates.io/crates/cbor-data"
license = "MIT OR Apache-2.0"
name = "cbor-data"
repository = "https://github.com/Actyx/cbor-data"
version = "0.8.9"
[profile.bench]
lto = false

[profile.release]
debug = false