ootle_serde 0.2.0

serde utilities for Tari Ootle
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]
edition = "2024"
name = "ootle_serde"
version = "0.2.0"
authors = ["The Tari Development Community"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "serde utilities for Tari Ootle"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/tari-project/tari-ootle"
resolver = "2"

[features]
base64 = ["dep:base64"]
bincode-compat = ["tari_template_lib/bincode-compat"]
cbor = ["dep:tari_bor"]
default = [
    "hex",
    "cbor",
]
hex = ["dep:hex"]

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

[dependencies.base64]
version = "0.22.1"
optional = true

[dependencies.hex]
version = "0.4"
optional = true

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

[dependencies.tari_bor]
version = "0.13"
features = [
    "std",
    "cbor_value_encoding_fix",
]
optional = true
default-features = false

[dev-dependencies.bincode]
version = "2.0.1"
features = ["serde"]

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

[dev-dependencies.tari_template_lib]
version = "0.20"