zisk-asm-runner 1.1.0-alpha

Runtime for managing the ZisK assembly emulator process and its shared-memory I/O
# 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-asm-runner"
version = "1.1.0-alpha"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime for managing the ZisK assembly emulator process and its shared-memory I/O"
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]
cpu-only = [
    "zisk-sm-mem-planner/cpu-only",
    "proofman-starks-lib-c/cpu-only",
]
save_mem_plans = []
stats = []

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

[[test]]
name = "public_api"
path = "tests/public_api.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.libc]
version = "0.2"

[dependencies.proofman-starks-lib-c]
version = "1.1.0-alpha"

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

[dependencies.rayon]
version = "1.10"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

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

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

[dependencies.zisk-sm-mem-common]
version = "1.1.0-alpha"

[dependencies.zisk-sm-mem-planner]
version = "1.1.0-alpha"

[target.'cfg(all(target_os = "linux", target_arch = "x86_64"))'.dependencies.named-sem]
version = "0.2.2"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(gpu)"]