exochain-proofs 0.2.0-beta

EXOCHAIN zero-knowledge proof skeleton -- UNAUDITED, pedagogical only. See crate README.
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 = "2024"
rust-version = "1.85"
name = "exochain-proofs"
version = "0.2.0-beta"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "EXOCHAIN zero-knowledge proof skeleton -- UNAUDITED, pedagogical only. See crate README."
documentation = "https://docs.exochain.io"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/exochain/exochain"
resolver = "2"

[package.metadata.cargo-machete]
ignored = ["sha2"]

[features]
unaudited-pedagogical-proofs = []

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

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

[dependencies.blake3]
version = "=1.8.2"

[dependencies.ciborium]
version = "=0.2.2"

[dependencies.exo-core]
version = "=0.2.0-beta"
package = "exochain-core"

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

[dependencies.sha2]
version = "=0.10.9"
features = ["oid"]

[dependencies.thiserror]
version = "=2.0.17"

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

[lints.clippy]
as_conversions = "warn"
expect_used = "deny"
float_arithmetic = "deny"
float_cmp = "deny"
float_cmp_const = "deny"
unwrap_used = "deny"

[lints.rust]
unsafe_code = "deny"