Crates.io | bdk_electrum |
lib.rs | bdk_electrum |
version | |
source | src |
created_at | 2023-02-27 23:36:31.776581+00 |
updated_at | 2025-02-05 16:24:36.62724+00 |
description | Fetch data from electrum in the form BDK accepts |
homepage | https://bitcoindevkit.org |
repository | https://github.com/bitcoindevkit/bdk |
max_upload_size | |
id | 796432 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
BDK Electrum extends electrum-client
to update bdk_chain
structures
from an Electrum server.
This crate has a MSRV of 1.75.0.
To build with MSRV you will need to pin dependencies as follows:
cargo update -p home --precise "0.5.9"