crypto-pay-api 0.2.1

A Rust client library for Crypto Pay API provided by Telegram CryptoBot
Documentation
[dependencies.async-trait]
version = "0.1.89"

[dependencies.chrono]
features = ["serde"]
version = "0.4.42"

[dependencies.hex]
version = "0.4.3"

[dependencies.hmac]
version = "0.12.1"

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

[dependencies.rust_decimal]
version = "1.38.0"

[dependencies.rust_decimal_macros]
version = "1.38.0"

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

[dependencies.serde_json]
version = "1.0.148"

[dependencies.sha2]
version = "0.10.9"

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.axum]
version = "0.8.8"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.mockito]
version = "1.7.1"

[dev-dependencies.tokio]
features = ["full"]
version = "1.47.1"

[dev-dependencies.tower]
version = "0.5.2"

[[example]]
name = "axum_webhook"
path = "examples/axum_webhook.rs"

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

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(tarpaulin)"]
level = "warn"
priority = 0

[package]
authors = ["Jie Wang <hi@jiewa.ng>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["finance", "api-bindings"]
description = "A Rust client library for Crypto Pay API provided by Telegram CryptoBot"
documentation = "https://docs.rs/cypto-pay-api"
edition = "2021"
keywords = ["telegram", "crypto", "api", "blockchain", "telegram-bot"]
license = "MIT"
name = "crypto-pay-api"
readme = "README.md"
repository = "https://github.com/escwxyz/cypto-pay-api"
version = "0.2.1"

[[test]]
name = "integration_api"
path = "tests/integration_api.rs"

[[test]]
name = "issue_63"
path = "tests/issue_63.rs"