spawn-lnd 0.1.0

Docker-backed Bitcoin Core and LND regtest clusters for Rust integration tests
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "spawn-lnd"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Docker-backed Bitcoin Core and LND regtest clusters for Rust integration tests"
homepage = "https://github.com/niteshbalusu11/spawn-lnd"
documentation = "https://docs.rs/spawn-lnd"
readme = "README.md"
keywords = [
    "bitcoin",
    "lightning",
    "lnd",
    "regtest",
    "docker",
]
categories = ["development-tools::testing"]
license = "MIT"
repository = "https://github.com/niteshbalusu11/spawn-lnd"

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

[[test]]
name = "bitcoind_smoke"
path = "tests/bitcoind_smoke.rs"

[[test]]
name = "channel_smoke"
path = "tests/channel_smoke.rs"

[[test]]
name = "cluster_smoke"
path = "tests/cluster_smoke.rs"

[[test]]
name = "docker_smoke"
path = "tests/docker_smoke.rs"

[[test]]
name = "e2e_smoke"
path = "tests/e2e_smoke.rs"

[[test]]
name = "lnd_smoke"
path = "tests/lnd_smoke.rs"

[[test]]
name = "startup_failure_smoke"
path = "tests/startup_failure_smoke.rs"

[dependencies.base64]
version = "0.22"

[dependencies.bollard]
version = "0.20"

[dependencies.futures-util]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.13"

[dependencies.hyper]
version = "1"

[dependencies.lnd_grpc_rust]
version = "2.15.0"

[dependencies.rand]
version = "0.10"

[dependencies.reqwest]
version = "0.13"
features = ["json"]

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11"

[dependencies.tar]
version = "0.4"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "time",
]

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]