ps-hash-core 0.1.0-27

Core hashing primitives for ps-hash.
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"
name = "ps-hash-core"
version = "0.1.0-27"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core hashing primitives for ps-hash."
readme = false
license = "GPL-3.0-or-later"
repository = "https://github.com/prokopschield/ps-hash"

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

[dependencies.blake3]
version = "1.8.5"

[dependencies.ps-base64]
version = "0.1.0-8"

[dependencies.ps-crockford32]
version = "0.1.0-1"

[dependencies.ps-ecc]
version = "0.1.0-9"

[dependencies.ps-pint16]
version = "0.1.0-5"

[dependencies.ps-util]
version = "0.1.0-9"

[dependencies.sha2]
version = "0.11.0"

[dependencies.thiserror]
version = "2.0.19"