cat-signer-api 0.1.0

An api client for working with the OP_CAT signer
Documentation
[dependencies.bitcoin]
features = ["actual-serde", "serde"]
version = "0.32.4"

[dependencies.cat-envelope]
features = ["use-serde"]
version = "0.1.0"

[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls"]
optional = true
version = "0.12.9"

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

[dependencies.serde_json]
version = "1.0.128"

[features]
api-client = ["reqwest"]
default = ["api-client"]

[package]
authors = ["benthecarman <ben@taprootwizards.com>"]
description = "An api client for working with the OP_CAT signer"
documentation = "https://docs.rs/cat-signer-api"
edition = "2021"
keywords = ["bitcoin", "taproot", "signer", "cat", "envelope"]
license = "MIT"
name = "cat-signer-api"
repository = "https://github.com/taproot-wizards/cat-signer"
version = "0.1.0"