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 = "thru-base"
version = "0.1.38"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Thru base"
readme = false
license = "Apache-2.0"

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

[[example]]
name = "bintrie_demo"
path = "examples/bintrie_demo.rs"

[[example]]
name = "verify_txn"
path = "examples/verify_txn.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.blake3]
version = "1.5"

[dependencies.bytemuck]
version = "1.23.1"
features = ["derive"]

[dependencies.curve25519-dalek]
version = "4"
features = ["digest"]
default-features = false

[dependencies.ed25519-dalek]
version = "2.2.0"
features = ["hazmat"]

[dependencies.hex]
version = "0.4.3"

[dependencies.log]
version = "0.4.27"

[dependencies.rand]
version = "0.9.2"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.sha2]
version = "0.10.9"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tracing]
version = "0.1"