zisk-build 1.1.0-alpha

Build tooling for compiling guest programs to RISC-V ELF 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-build"
version = "1.1.0-alpha"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Build tooling for compiling guest programs to RISC-V ELF 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]
cpu-only = []

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

[dependencies.anyhow]
version = "1.0"

[dependencies.blake3]
version = "1.3.1"

[dependencies.cargo-config2]
version = "0.1"

[dependencies.cargo_metadata]
version = "0.23.0"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

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

[dependencies.tempfile]
version = "3"

[dependencies.toml]
version = "0.8"

[dependencies.zisk-rom-setup]
version = "1.1.0-alpha"

[build-dependencies.vergen-git2]
version = "9"
features = ["build"]
default-features = false