[dependencies.async-trait]
version = "0.1.88"
[dependencies.chrono]
features = ["serde"]
version = "0.4.41"
[dependencies.hex]
version = "0.4.3"
[dependencies.hmac]
version = "0.12.1"
[dependencies.reqwest]
features = ["json"]
version = "0.12.20"
[dependencies.rust_decimal]
version = "1.37.2"
[dependencies.rust_decimal_macros]
version = "1.37.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.sha2]
version = "0.10.8"
[dependencies.thiserror]
version = "2.0.12"
[dev-dependencies.axum]
version = "0.8.4"
[dev-dependencies.mockito]
version = "1.7.0"
[dev-dependencies.tokio]
features = ["full"]
version = "1.45.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 <linsijia628@gmail.com>"]
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.1.1"
[[test]]
name = "integration_api"
path = "tests/integration_api.rs"