ion-binary-rs 0.8.13

Pure Rust parser, encoder and hasher for Amazon's Ion binary format.
Documentation
[[bench]]
harness = false
name = "my_benchmark"
[badges.maintenance]
status = "actively-developed"
[dependencies.bigdecimal]
version = "0.4"

[dependencies.chrono]
version = "0.4"

[dependencies.digest]
version = "0.10"

[dependencies.log]
version = "0.4"

[dependencies.num-bigint]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1"
[dev-dependencies.bson]
version = "2.7.0"

[dev-dependencies.criterion]
version = "0.5"

[package]
authors = ["Couragium Solutions <info@couragium.com>"]
categories = ["network-programming"]
description = "Pure Rust parser, encoder and hasher for Amazon's Ion binary format."
documentation = "https://docs.rs/ion-binary-rs"
edition = "2021"
homepage = "https://crates.io/crates/ion-binary-rs"
keywords = ["ion", "binary", "amazon", "encode", "parse"]
license = "Apache-2.0/MIT"
name = "ion-binary-rs"
readme = "README.md"
repository = "https://github.com/Couragium/ion-binary-rs"
version = "0.8.13"