[dependencies.bitcoin]
features = ["base64"]
version = "0.32"
[dependencies.hex]
version = "0.4"
[dependencies.rustls]
features = ["dangerous_configuration"]
version = "0.21"
[dependencies.rustls-pemfile]
version = "1.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.sha2]
version = "0.10"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
features = ["net", "io-util", "time", "sync", "rt-multi-thread"]
version = "1.0"
[dependencies.tokio-rustls]
version = "0.24"
[dependencies.tracing]
version = "0.1"
[dependencies.webpki-roots]
version = "0.25"
[dev-dependencies.proptest]
version = "1.0"
[dev-dependencies.tokio]
features = ["full", "test-util"]
version = "1.0"
[features]
default = []
[lib]
name = "rustywallet_electrum"
path = "src/lib.rs"
[package]
authors = ["NirvaGold"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography::cryptocurrencies", "network-programming"]
description = "Electrum protocol client for Bitcoin balance checking and UTXO fetching"
documentation = "https://docs.rs/rustywallet-electrum"
edition = "2021"
keywords = ["bitcoin", "electrum", "blockchain", "cryptocurrency", "wallet"]
license = "MIT"
name = "rustywallet-electrum"
readme = "README.md"
repository = "https://github.com/nirvagold/rustywallet"
version = "0.2.0"