bitcoin-push-decoder 0.4.0-rc.1

A library for implementing a bitcoind RPC client.
Documentation
[package]
name = "bitcoin-push-decoder"
version = "0.4.0-rc.1"
authors = ["Devrandom <c1.devrandom@niftybox.net>", "Ken Sedgwick <ken@bonsai.com>"]
edition = "2021"
license = "Apache-2.0"
description = "A library for implementing a bitcoind RPC client."
homepage = "https://gitlab.com/lightning-signer/docs/"
repository = "https://gitlab.com/lightning-signer/txoo"
readme = "README.md"
rust-version = "1.60.0"

[features]
default = ["std"]
std = ["bitcoin/std"]
no-std = ["core2/alloc"]

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

[dependencies]
bitcoin = { workspace = true }
core2 = { version = "0.3", optional = true, default-features = false }
log = "0.4"
hex = { version = "0.4", default-features = false, features = ["alloc"] }

[dev-dependencies]
test-log = "0.2"
env_logger = "0.10"