[package]
name = "fedimint-testing"
version = { workspace = true }
authors = ["The Fedimint Developers"]
edition = "2021"
description = "fedimint-testing provides a library of shared objects and utilities for testing fedimint components"
license = "MIT"
readme = "../README.md"
repository = "https://github.com/fedimint/fedimint"
[package.metadata.docs.rs]
rustc-args = ["--cfg", "tokio_unstable"]
[features]
default = ["tor"]
tor = ["ln-gateway/tor"]
[lib]
name = "fedimint_testing"
path = "src/lib.rs"
[dependencies]
anyhow = { workspace = true }
async-stream = { workspace = true }
async-trait = { workspace = true }
bitcoin = { workspace = true }
bitcoincore-rpc = { workspace = true }
fedimint-api-client = { workspace = true }
fedimint-bitcoind = { workspace = true }
fedimint-client = { workspace = true }
fedimint-core = { workspace = true }
fedimint-ln-common = { workspace = true }
fedimint-logging = { workspace = true }
fedimint-portalloc = { workspace = true }
fedimint-rocksdb = { workspace = true }
fedimint-server = { workspace = true }
fedimint-testing-core = { workspace = true }
fs-lock = { workspace = true }
lightning-invoice = { workspace = true }
ln-gateway = { package = "fedimint-ln-gateway", path = "../gateway/ln-gateway", version = "=0.5.0", default-features = false }
rand = { workspace = true }
tempfile = "3.14.0"
tokio = { workspace = true }
tokio-rustls = { workspace = true }
tracing = { workspace = true }