hekate-core 0.33.0

Core primitives for the Hekate ZK proving system.
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 = "hekate-core"
version = "0.33.0"
authors = [
    "Oumuamua Labs <info@oumuamua.dev>",
    "Andrei Kochergin <andrei@oumuamua.dev>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core primitives for the Hekate ZK proving system."
homepage = "https://oumuamua.dev/hekate"
readme = "README.md"
keywords = [
    "zk",
    "cryptography",
    "merkle",
    "sumcheck",
    "no-std",
]
categories = [
    "cryptography",
    "no-std",
]
license = "Apache-2.0"
repository = "https://github.com/oumuamua-labs/hekate"

[features]
blake3 = ["hekate-crypto/blake3"]
default = [
    "std",
    "parallel",
    "blake3",
]
parallel = [
    "hekate-crypto/parallel",
    "hekate-math/parallel",
]
secure-memory = []
sha2 = ["hekate-crypto/sha2"]
sha3 = ["hekate-crypto/sha3"]
std = [
    "hekate-crypto/std",
    "hekate-math/std",
]

[lib]
name = "hekate_core"
crate-type = ["rlib"]
path = "src/lib.rs"

[dependencies.hekate-crypto]
version = "=0.33.0"
default-features = false

[dependencies.hekate-math]
version = "0.10.0"
default-features = false

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

[dependencies.tracing]
version = "0.1"
features = ["attributes"]
default-features = false

[dependencies.zeroize]
version = "1.8"
features = [
    "alloc",
    "derive",
]
default-features = false

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

[dev-dependencies.dhat]
version = "0.3"

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