tari_bor 0.11.1

The binary object representation (BOR) crate provides a binary encoding for template/engine data types
Documentation
[dependencies.borsh]
default-features = false
optional = true
version = "1.5"

[dependencies.ciborium]
default-features = false
version = "0.2.2"

[dependencies.ciborium-io]
default-features = false
version = "0.2.2"

[dependencies.serde]
default-features = false
version = "1.0"

[dependencies.ts-rs]
features = ["chrono-impl", "no-serde-warnings", "indexmap-impl"]
optional = true
version = "11.0"

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

[features]
alloc = ["serde/alloc", "ciborium-io/alloc"]
borsh = ["dep:borsh"]
default = ["std"]
json_encoding = []
std = ["serde/std", "ciborium/std", "ciborium-io/std", "borsh?/std"]
ts = ["dep:ts-rs"]

[lib]
name = "tari_bor"
path = "src/lib.rs"

[package]
authors = ["The Tari Development Community"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The binary object representation (BOR) crate provides a binary encoding for template/engine data types"
edition = "2021"
license = "BSD-3-Clause"
name = "tari_bor"
readme = "README.md"
repository = "https://github.com/tari-project/tari-ootle"
version = "0.11.1"