taproot-assets-core 0.0.2

Core no-std logic and verification primitives for Taproot Assets
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"
name = "taproot-assets-core"
version = "0.0.2"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core no-std logic and verification primitives for Taproot Assets"
readme = "README.md"
keywords = [
    "bitcoin",
    "taproot",
    "assets",
    "verification",
    "zk",
]
categories = [
    "cryptography",
    "cryptography::cryptocurrencies",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ffranr/taproot-assets-rs"
resolver = "2"

[features]
default = []

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

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

[dependencies.bitcoin]
version = "0.32.6"
features = ["serde"]
default-features = false

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "alloc",
]
default-features = false

[dependencies.taproot-assets-types]
version = "0.0.2"

[dependencies.thiserror]
version = "2.0.12"
default-features = false

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

[dev-dependencies.serde_json]
version = "1.0"