tari_template_lib 0.22.2

Tari template library provides abstrations that interface with the Tari validator engine
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 = "tari_template_lib"
version = "0.22.2"
authors = ["The Tari Development Community"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tari template library provides abstrations that interface with the Tari validator engine"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/tari-project/tari-ootle"
resolver = "2"

[features]
alloc = [
    "serde/alloc",
    "tari_bor/alloc",
    "tari_template_abi/alloc",
    "tari_template_lib_types/alloc",
]
bincode-compat = ["tari_template_lib_types/bincode-compat"]
borsh = [
    "dep:borsh",
    "tari_template_lib_types/borsh",
    "tari_bor/borsh",
]
default = [
    "macro",
    "std",
]
extra-arith = ["tari_template_lib_types/extra-arith"]
macro = ["tari_template_macros"]
precision = ["tari_template_lib_types/precision"]
std = [
    "serde/std",
    "tari_bor/std",
    "tari_template_abi/std",
    "tari_template_lib_types/std",
]
ts = [
    "ts-rs",
    "tari_bor/ts",
    "tari_template_abi/ts",
    "tari_template_lib_types/ts",
]

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

[dependencies.borsh]
version = "1.6"
features = ["derive"]
optional = true
default-features = false

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

[dependencies.tari_bor]
version = "0.13"
default-features = false

[dependencies.tari_template_abi]
version = "0.16"
default-features = false

[dependencies.tari_template_lib_types]
version = "0.22"
default-features = false

[dependencies.tari_template_macros]
version = "0.17"
optional = true

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

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