hekate-program 0.27.3

AIR program and chiplet definition API for the Hekate ZK proving system: constraint DSL, typed column schema, virtual expansion, LogUp bus wiring.
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-program"
version = "0.27.3"
authors = [
    "Oumuamua Labs <info@oumuamua.dev>",
    "Andrei Kochergin <andrei@oumuamua.dev>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AIR program and chiplet definition API for the Hekate ZK proving system: constraint DSL, typed column schema, virtual expansion, LogUp bus wiring."
homepage = "https://oumuamua.dev/hekate"
readme = "README.md"
keywords = [
    "zk",
    "cryptography",
    "air",
    "constraints",
    "no-std",
]
categories = [
    "cryptography",
    "no-std",
]
license = "Apache-2.0"
repository = "https://github.com/oumuamua-labs/hekate"

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

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

[dependencies.hashbrown]
version = "0.17"

[dependencies.hekate-core]
version = "=0.27.3"
default-features = false

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

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