rustywallet-mempool 0.2.0

Mempool.space API client for fee estimation, address info, and transaction tracking
Documentation
[dependencies.reqwest]
features = ["json"]
version = "0.12"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
features = ["rt-multi-thread", "sync"]
version = "1.0"

[dev-dependencies.tokio]
features = ["full", "test-util"]
version = "1.0"

[features]
default = []

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

[package]
authors = ["NirvaGold"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography::cryptocurrencies", "web-programming::http-client"]
description = "Mempool.space API client for fee estimation, address info, and transaction tracking"
documentation = "https://docs.rs/rustywallet-mempool"
edition = "2021"
keywords = ["bitcoin", "mempool", "blockchain", "cryptocurrency", "fee"]
license = "MIT"
name = "rustywallet-mempool"
readme = "README.md"
repository = "https://github.com/nirvagold/rustywallet"
version = "0.2.0"