tari_hashing 5.2.1

Tari hash domains
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_hashing"
version = "5.2.1"
authors = ["The Tari Development Community"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tari hash domains"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/tari-project/tari"

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

[dependencies.blake2]
version = "0.10"
default-features = false

[dependencies.borsh]
version = "1.5.7"

[dependencies.digest]
version = "0.10"

[dependencies.tari_crypto]
version = "0.22.1"
features = ["borsh"]