bdk_electrum 0.24.0

Fetch data from electrum in the form BDK accepts
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 = "bdk_electrum"
version = "0.24.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fetch data from electrum in the form BDK accepts"
homepage = "https://bitcoindevkit.org"
documentation = "https://docs.rs/bdk_electrum"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/bitcoindevkit/bdk"

[features]
default = ["use-rustls"]
use-openssl = ["electrum-client/openssl"]
use-rustls = ["electrum-client/rustls"]
use-rustls-ring = ["electrum-client/rustls-ring"]

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

[[test]]
name = "test_electrum"
path = "tests/test_electrum.rs"
required-features = ["use-rustls"]

[[bench]]
name = "test_sync"
path = "benches/test_sync.rs"
harness = false

[dependencies.bdk_core]
version = "0.6.1"

[dependencies.electrum-client]
version = "0.25.0"
features = ["proxy"]
default-features = false

[dev-dependencies.criterion]
version = "0.2"

[lints.clippy]
print_stderr = "deny"
print_stdout = "deny"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(coverage,coverage_nightly)"]