qssm-api 2.0.0

QSSM Truth Engine façade: compile, commit, prove, verify, open.
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"
name = "qssm-api"
version = "2.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "QSSM Truth Engine façade: compile, commit, prove, verify, open."
readme = "README.md"
license = "BUSL-1.1"
repository = "https://github.com/peavey2787/qssm-rs"

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

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

[dependencies.hex]
version = "0.4"

[dependencies.qssm-entropy]
version = "=1.0.0"

[dependencies.qssm-local-prover]
version = "=2.0.0"

[dependencies.qssm-local-verifier]
version = "=2.0.0"

[dependencies.qssm-templates]
version = "=1.0.0"

[dependencies.qssm-utils]
version = "=1.0.0"

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

[dependencies.serde_json]
version = "1"

[dev-dependencies.serde_json]
version = "1"