dig-store 0.2.0

The DIG Network DataLayer store manager: composes the on-chain CHIP-0035 DataLayer anchor (dig-merkle) with the off-chain .dig capsule format into one store abstraction — create/modify/melt a store coin (unsigned SpendBundles), a comprehensive on-chain getter surface, and the size proof that gates downloads on the on-chain-anchored size.
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.81.0"
name = "dig-store"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The DIG Network DataLayer store manager: composes the on-chain CHIP-0035 DataLayer anchor (dig-merkle) with the off-chain .dig capsule format into one store abstraction — create/modify/melt a store coin (unsigned SpendBundles), a comprehensive on-chain getter surface, and the size proof that gates downloads on the on-chain-anchored size."
readme = "README.md"
keywords = [
    "dig",
    "chia",
    "datalayer",
    "chip-0035",
    "store",
]
categories = [
    "cryptography::cryptocurrencies",
    "api-bindings",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/DIG-Network/dig-store"

[lib]
name = "dig_store"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

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

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

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

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

[dependencies.thiserror]
version = "2"

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

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

[dev-dependencies.chia-wallet-sdk]
version = "0.30"
features = ["chip-0035"]

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