ves-stark-cli 0.2.2

CLI tool for VES STARK proof generation and verification
# 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"
rust-version = "1.90"
name = "ves-stark-cli"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for VES STARK proof generation and verification"
readme = false
license = "MIT OR Apache-2.0"

[features]
default = []
dev = ["ves-stark-client/dev"]

[[bin]]
name = "ves-stark"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

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

[dependencies.hex]
version = "0.4"

[dependencies.rand]
version = "0.8"

[dependencies.rayon]
version = "1.8"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
    "js",
]

[dependencies.ves-stark-air]
version = "0.2.2"

[dependencies.ves-stark-batch]
version = "0.2.2"

[dependencies.ves-stark-client]
version = "0.2.2"

[dependencies.ves-stark-primitives]
version = "0.2.2"

[dependencies.ves-stark-prover]
version = "0.2.2"

[dependencies.ves-stark-verifier]
version = "0.2.2"