zisk-core 1.1.0-alpha

Core types and proving primitives for the ZisK zkVM
# 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 = "zisk-core"
version = "1.1.0-alpha"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types and proving primitives for the ZisK zkVM"
homepage = "https://github.com/0xPolygonHermez/zisk"
documentation = "https://0xpolygonhermez.github.io/zisk-docs/"
readme = false
keywords = [
    "zisk",
    "zkvm",
    "zero-knowledge",
]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/0xPolygonHermez/zisk"

[features]
debug_dma = []
default = []
float = [
    "dep:zisk-lib-float",
    "zisk-lib-float/float",
]
log_dma_ops = []
zba = []
zba_native = []
zbc = []
zbc_native = []
zbkc = []
zbkc_native = []
zbkx = []
zbkx_native = []
zicond_native = []

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

[dependencies.paste]
version = "1.0"

[dependencies.proofman-fields]
version = "1.1.0-alpha"

[dependencies.rayon]
version = "1.10"

[dependencies.sha2]
version = "0.10.9"
features = ["compress"]

[dependencies.tiny-keccak]
version = "2.0.2"
features = [
    "keccak",
    "keccak",
]

[dependencies.zisk-definitions]
version = "1.1.0-alpha"

[dependencies.zisk-precomp-helpers]
version = "1.1.0-alpha"

[dependencies.ziskos]
version = "1.1.0-alpha"

[build-dependencies.zisk-lib-float]
version = "1.1.0-alpha"
optional = true