tari_template_test_tooling 0.25.6

Test tooling for Tari template development
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_test_tooling"
version = "0.25.6"
authors = ["The Tari Development Community"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Test tooling for Tari template development"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/tari-project/tari-ootle"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.cargo_toml]
version = "0.22.3"

[dependencies.ootle_byte_type]
version = "0.2"
features = ["crypto"]

[dependencies.rand]
version = "0.8.5"

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

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

[dependencies.tari_common_types]
version = "5.3.0-pre.1"

[dependencies.tari_crypto]
version = "0.22"

[dependencies.tari_engine]
version = "0.25"

[dependencies.tari_engine_types]
version = "0.25"

[dependencies.tari_ootle_common_types]
version = "0.25"

[dependencies.tari_ootle_transaction]
version = "0.25"

[dependencies.tari_ootle_wallet_crypto]
version = "0.1"

[dependencies.tari_template_builtin]
version = "0.25"
features = ["templates"]

[dependencies.tari_template_lib]
version = "0.20"

[dependencies.tari_transaction_manifest]
version = "0.25"

[dependencies.thiserror]
version = "2.0.17"