[package]
edition = "2021"
rust-version = "1.75.0"
name = "dig-chainsource-interface"
version = "0.1.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"