zisk-rom-setup 1.1.0-alpha

ROM setup for ZisK guest programs
# 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-rom-setup"
version = "1.1.0-alpha"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ROM setup for ZisK guest programs"
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"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.blake3]
version = "1.3.1"

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

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

[dependencies.tracing]
version = "0.1"

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

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

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

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

[dependencies.zisk-transpiler-riscv]
version = "1.1.0-alpha"