zisk-sm-binary 1.1.0-alpha

Binary operations state machine 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-sm-binary"
version = "1.1.0-alpha"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Binary operations state machine 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"

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

[[bin]]
name = "zisk-binary-basic-frops-fixed-gen"
path = "src/binary_basic_frops_fixed_gen.rs"

[[bin]]
name = "zisk-binary-extension-frops-fixed-gen"
path = "src/binary_extension_frops_fixed_gen.rs"

[dependencies.pil2-std-lib]
version = "1.1.0-alpha"

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

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

[dependencies.rayon]
version = "1.10"

[dependencies.static_assertions]
version = "1"

[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-frequent-ops]
version = "1.1.0-alpha"