[package]
name = "rustchain-client"
version = "0.1.0"
edition = "2021"
authors = ["NOX Ventures <noxxxxybot@gmail.com>"]
description = "HTTP client library for the RustChain Proof-of-Antiquity blockchain API. Query node health, epochs, miners, wallets, attestations, and governance proposals."
license = "MIT"
repository = "https://github.com/noxxxxybot-sketch/rustchain-client"
homepage = "https://rustchain.org"
documentation = "https://docs.rs/rustchain-client"
keywords = ["rustchain", "blockchain", "proof-of-antiquity", "crypto", "api-client"]
categories = ["api-bindings", "cryptography::cryptocurrencies"]
readme = "README.md"
[dependencies]
reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "2"
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
[dev-dependencies]
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }