dig-evidence 0.2.0

The DIG Network's library of active on-chain evidence types: each type knows what it proves, gathers the on-chain info its proof needs through an injected ChainSource reader, and re-verifies offline. Unforgeable by construction (private fields, gather-only), pure over reads, fail-closed. Ships range-inclusion, root-anchor (launcher-coin-anchored), and composite read-integrity evidence.
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.75.0"
name = "dig-evidence"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The DIG Network's library of active on-chain evidence types: each type knows what it proves, gathers the on-chain info its proof needs through an injected ChainSource reader, and re-verifies offline. Unforgeable by construction (private fields, gather-only), pure over reads, fail-closed. Ships range-inclusion, root-anchor (launcher-coin-anchored), and composite read-integrity evidence."
readme = "README.md"
keywords = [
    "dig",
    "chia",
    "evidence",
    "proof",
    "merkle",
]
categories = ["cryptography::cryptocurrencies"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/DIG-Network/dig-evidence"

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

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

[dependencies.chia-protocol]
version = "0.36.1"

[dependencies.chia-puzzles]
version = "0.20"

[dependencies.chia-wallet-sdk]
version = "0.34"

[dependencies.dig-capsule]
version = "0.5"
default-features = false

[dependencies.dig-chainsource-interface]
version = "0.3"

[dependencies.dig-merkle]
version = "0.5"

[dependencies.dig-urn-protocol]
version = "0.1"

[dependencies.thiserror]
version = "1"

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

[dev-dependencies.chia-puzzle-types]
version = "0.36.1"

[dev-dependencies.clvm-traits]
version = "0.36.1"

[dev-dependencies.dig-chainsource-interface]
version = "0.3"
features = ["testing"]