ziskos-hints 1.1.0-alpha

Guest runtime and entrypoint for programs targeting the ZisK zkVM with the hints feature enabled
# 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 = "ziskos-hints"
version = "1.1.0-alpha"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Guest runtime and entrypoint for programs targeting the ZisK zkVM with the hints feature enabled"
homepage = "https://github.com/0xPolygonHermez/zisk"
documentation = "https://0xpolygonhermez.github.io/zisk-docs/"
readme = "README.md"
keywords = [
    "zisk",
    "zkvm",
    "zero-knowledge",
]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/0xPolygonHermez/zisk"

[features]
default = ["hints"]
hints = []

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

[dependencies.anyhow]
version = "1.0"

[dependencies.bincode]
version = "2.0"
features = [
    "serde",
    "std",
]
default-features = false

[dependencies.cfg-if]
version = "1.0"

[dependencies.getrandom]
version = "0.2"
features = [
    "custom",
    "custom",
]

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.num-bigint]
version = "0.4"

[dependencies.num-integer]
version = "0.1"

[dependencies.num-traits]
version = "0.2"

[dependencies.paste]
version = "1.0"

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

[dependencies.rand]
version = "0.8.5"

[dependencies.ripemd]
version = "0.1.3"

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "derive",
]

[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-lib-c]
version = "1.1.0-alpha"

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

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

[dependencies.zisk-zkvm-interface]
version = "1.1.0-alpha"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(zisk_staticlib)",
    "cfg(zisk_hints)",
    "cfg(zisk_hints_metrics)",
    "cfg(zisk_hints_debug)",
    "cfg(zisk_hints_single_thread)",
]