# 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.0.125" authors = ["Elias Rohrer"] description = """ Utilities for syncing LDK via the transaction-based `Confirm` interface. """ 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.bdk-macros] version = "0.6" [dependencies.bitcoin] version = "0.32.2" default-features = false [dependencies.electrum-client] version = "0.21.0" optional = true [dependencies.esplora-client] version = "0.9" optional = true default-features = false [dependencies.futures] version = "0.3" optional = true [dependencies.lightning] version = "0.0.125" features = ["std"] default-features = false [dev-dependencies.lightning] version = "0.0.125" features = [ "std", "_test_utils", ] default-features = false [dev-dependencies.tokio] version = "1.35.0" features = ["full"] [features] async-interface = [] default = ["time"] electrum = ["electrum-client"] esplora-async = [ "async-interface", "esplora-client/async", "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.electrsd] version = "0.28.0" features = ["legacy"] default-features = false