[dependencies.base64]
version = "0.13.0"
[dependencies.bip21]
version = "0.2.0"
[dependencies.bitcoin]
version = "0.29.2"
[dependencies.rand]
optional = true
version = "0.8.4"
[dependencies.url]
version = "2.2.2"
[dev-dependencies.bitcoind]
features = ["0_21_1"]
version = "0.27.1"
[dev-dependencies.env_logger]
version = "0.9.0"
[dev-dependencies.log]
version = "0.4.14"
[features]
receiver = ["rand"]
sender = []
[package]
authors = ["Dan Gould <dan@chaincase.app>"]
categories = ["api-bindings", "cryptography::cryptocurrencies", "network-programming"]
description = "PayJoin Library for the BIP78 Pay to Endpoint protocol."
edition = "2018"
homepage = "https://github.com/chaincase-app/payjoin"
keywords = ["bip78", "payjoin", "bitcoin"]
license = "MITNFA"
name = "payjoin"
readme = "README.md"
repository = "https://github.com/chaincase-app/payjoin"
version = "0.5.0-alpha"
[package.metadata.docs.rs]
features = ["sender"]