payjoin-test-utils 0.0.0

Payjoin test utilities
[dependencies.bitcoin]
features = ["base64"]
version = "0.32.5"

[dependencies.bitcoincore-rpc]
version = "0.19.0"

[dependencies.bitcoind]
features = ["0_21_2"]
version = "0.36.0"

[dependencies.http]
version = "1"

[dependencies.log]
version = "0.4.7"

[dependencies.ohttp]
package = "bitcoin-ohttp"
version = "0.6.0"

[dependencies.ohttp-relay]
features = ["_test-util"]
version = "0.0.10"

[dependencies.once_cell]
version = "1"

[dependencies.payjoin]
features = ["io", "_danger-local-https"]
version = "0.23.0"

[dependencies.payjoin-directory]
features = ["_danger-local-https"]
version = "0.0.2"

[dependencies.rcgen]
version = "0.11"

[dependencies.reqwest]
default-features = false
features = ["rustls-tls"]
version = "0.12"

[dependencies.rustls]
version = "0.22"

[dependencies.testcontainers]
version = "0.15.0"

[dependencies.testcontainers-modules]
features = ["redis"]
version = "0.3.7"

[dependencies.tokio]
features = ["full"]
version = "1.12.0"

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.17"

[dependencies.url]
version = "2.2.2"

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

[package]
authors = ["Dan Gould <d@ngould.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Payjoin test utilities"
edition = "2021"
license = "MIT"
name = "payjoin-test-utils"
readme = "README.md"
repository = "https://github.com/payjoin/rust-payjoin"
rust-version = "1.63"
version = "0.0.0"