# 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.19.0" build = 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" [lib] name = "bdk_electrum" path = "src/lib.rs" [[test]] name = "test_electrum" path = "tests/test_electrum.rs" required-features = ["use-rustls"] [dependencies.bdk_core] version = "0.3.0" [dependencies.electrum-client] version = "0.21" features = ["proxy"] default-features = false [dev-dependencies] [features] default = ["use-rustls"] use-openssl = ["electrum-client/use-openssl"] use-rustls = ["electrum-client/use-rustls"] use-rustls-ring = ["electrum-client/use-rustls-ring"] [lints.clippy] print_stderr = "deny" print_stdout = "deny"