lightning-transaction-sync 0.2.1

Utilities for syncing LDK via the transaction-based `Confirm` interface.
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 = "2021"
name = "lightning-transaction-sync"
version = "0.2.1"
authors = ["Elias Rohrer"]
description = """
Utilities for syncing LDK via the transaction-based `Confirm` interface.
"""
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/lightningdevkit/rust-lightning"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[dependencies.bitcoin]
version = "0.32.2"
default-features = false

[dependencies.electrum-client]
version = "0.24.0"
features = ["proxy"]
optional = true
default-features = false

[dependencies.esplora-client]
version = "0.12"
optional = true
default-features = false

[dependencies.futures]
version = "0.3"
optional = true

[dependencies.lightning]
version = "0.2.0"
features = ["std"]
default-features = false

[dependencies.lightning-macros]
version = "0.2.0"
default-features = false

[dev-dependencies.lightning]
version = "0.2.0"
features = [
    "std",
    "_test_utils",
]
default-features = false

[dev-dependencies.tokio]
version = "1.35.0"
features = ["macros"]

[features]
_electrum = []
async-interface = []
default = ["time"]
electrum = [
    "_electrum",
    "electrum-client/use-rustls",
]
electrum-rustls = ["electrum"]
electrum-rustls-ring = [
    "_electrum",
    "electrum-client/use-rustls-ring",
]
esplora-async = [
    "async-interface",
    "esplora-client/async",
    "esplora-client/tokio",
    "futures",
]
esplora-async-https = [
    "esplora-async",
    "esplora-client/async-https-rustls",
]
esplora-blocking = ["esplora-client/blocking"]
time = []

[target."cfg(not(target_os = \"windows\"))".dev-dependencies.corepc-node]
version = "0.8.0"
features = ["28_0"]
default-features = false

[target."cfg(not(target_os = \"windows\"))".dev-dependencies.electrsd]
version = "0.35.0"
features = ["legacy"]
default-features = false