libveritas 0.1.2

Offline verification library for Spaces protocol certificates and zone records.
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"
version = "0.1.2"
authors = ["Buffrr <contact@buffrr.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Offline verification library for Spaces protocol certificates and zone records."
homepage = "https://spacesprotocol.org"
documentation = "https://docs.rs/libveritas"
readme = "README.md"
keywords = [
    "spaces",
    "verification",
    "merkle",
    "zk",
]
categories = [
    "cryptography",
    "data-structures",
]
license = "Apache-2.0"
repository = "https://github.com/spacesprotocol/libveritas"
resolver = "2"

[features]
elf = []

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

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

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

[dependencies.base64]
version = "0.22"

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

[dependencies.hex]
version = "0.4"

[dependencies.libveritas_zk]
version = "0.1"

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

[dependencies.serde]
version = "1.0"
features = ["derive"]

[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"]

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

[dev-dependencies.borsh_utils]
version = "0.1"