dig-chainsource-interface 0.2.0

The DIG Network canonical ChainSource provider interface: the single pure trait + query types every Chia chain-source provider implements and every consumer depends on. Reads-only, no I/O, no keys, no network — chia-* deps only.
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-chainsource-interface"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The DIG Network canonical ChainSource provider interface: the single pure trait + query types every Chia chain-source provider implements and every consumer depends on. Reads-only, no I/O, no keys, no network — chia-* deps only."
readme = "README.md"
keywords = [
    "dig",
    "chia",
    "chainsource",
    "coin",
    "provider",
]
categories = [
    "cryptography::cryptocurrencies",
    "api-bindings",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/DIG-Network/dig-chainsource-interface"

[features]
default = []
testing = []

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

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

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

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

[dependencies.thiserror]
version = "2"

[dev-dependencies.chia-traits]
version = "0.26"

[dev-dependencies.hex]
version = "0.4"