libveritas_testutil 0.2.0

Test fixtures and helpers for libveritas — simulated chain state, handle trees, and a fixture generator.
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 = "libveritas_testutil"
version = "0.2.0"
authors = ["Buffrr <contact@buffrr.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Test fixtures and helpers for libveritas — simulated chain state, handle trees, and a fixture generator."
homepage = "https://spacesprotocol.org"
documentation = "https://docs.rs/libveritas_testutil"
readme = false
keywords = [
    "spaces",
    "testing",
    "fixture",
]
categories = ["development-tools::testing"]
license = "Apache-2.0"
repository = "https://github.com/spacesprotocol/libveritas"
resolver = "2"

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

[[example]]
name = "generate_fixture"
path = "examples/generate_fixture.rs"

[dependencies.bitcoin]
version = "0.32"
features = ["rand-std"]
default-features = false

[dependencies.borsh]
version = "1.6"
features = [
    "derive",
    "std",
]

[dependencies.borsh_utils]
version = "0.1"

[dependencies.libveritas]
version = "0.2.0"

[dependencies.libveritas_zk]
version = "0.1"

[dependencies.risc0-zkvm]
version = "3.0.5"
features = ["std"]
default-features = false

[dependencies.serde_json]
version = "1.0"

[dependencies.sip7]
version = "0.1"
features = [
    "serde",
    "std",
]

[dependencies.spacedb]
version = "0.1"
features = ["extras"]
default-features = false

[dependencies.spaces_nums]
version = "0.1"
features = ["std"]

[dependencies.spaces_protocol]
version = "0.1"
features = ["std"]