tari_script 5.2.1

Tari script library
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 = "2021"
rust-version = "1.90.0"
name = "tari_script"
version = "5.2.1"
authors = ["The Tari Development Community"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tari script library"
readme = "README.md"
categories = ["cryptography"]
license = "BSD-3-Clause"
repository = "https://github.com/tari-project/tari"

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

[dependencies.blake2]
version = "0.10"

[dependencies.borsh]
version = "1.5.7"

[dependencies.digest]
version = "0.10"

[dependencies.integer-encoding]
version = "3.0.2"

[dependencies.serde]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.sha3]
version = "0.10"

[dependencies.tari_crypto]
version = "0.22.1"

[dependencies.tari_max_size]
version = "5.2.1"

[dependencies.tari_utilities]
version = "0.8"

[dependencies.thiserror]
version = "2"

[dev-dependencies.rand]
version = "0.8"