btcpay 0.2.0

Rust BTCPayServer client
Documentation
[dependencies.bitcoin]
features = ["rand"]
version = "0.30"

[dependencies.rand]
features = ["std", "std_rng"]
version = "0.8"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
features = ["json"]
version = "0.11"

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

[dependencies.serde_json]
version = "^1.0"

[dependencies.serde_urlencoded]
version = "^0.7"
[dev-dependencies.tokio]
default-features = false
features = ["macros", "rt-multi-thread"]
version = "1.0"

[package]
authors = ["Alekos Filini <alekos.filini@gmail.com>"]
description = "Rust BTCPayServer client"
documentation = "https://docs.rs/btcpay"
edition = "2018"
homepage = "https://github.com/afilini/rust-btcpay"
keywords = ["btcpay", "btcpayserver", "bitcoin", "bitpay"]
license = "MIT"
name = "btcpay"
readme = "README.md"
repository = "https://github.com/afilini/rust-btcpay"
version = "0.2.0"