ves-stark-python 0.2.3

Python bindings for VES STARK proof system
Documentation
# 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-python"
version = "0.2.3"
authors = ["StateSet Engineering"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Python bindings for VES STARK proof system"
readme = "README.md"
license = "MIT"

[lib]
name = "ves_stark"
crate-type = ["cdylib"]
path = "src/lib.rs"

[dependencies.pyo3]
version = "0.24.1"
features = ["extension-module"]

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

[dependencies.serde_json]
version = "1"

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

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

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

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

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