taproot-assets 0.0.1

High-level Rust SDK bundling Taproot-Asset types, RPC client, and more.
Documentation
[dependencies.taproot-assets-rpc]
optional = true
version = "0.0.1"

[dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.37"

[features]
default = ["rpc", "std"]
rpc = ["taproot-assets-rpc"]
std = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography::cryptocurrencies"]
description = "High-level Rust SDK bundling Taproot-Asset types, RPC client, and more."
edition = "2021"
keywords = ["bitcoin", "taproot", "assets", "lightning", "sdk"]
license = "MIT OR Apache-2.0"
name = "taproot-assets"
publish = true
readme = "README.md"
repository = "https://github.com/ffranr/taproot-assets-rs"
version = "0.0.1"