wompi-client 0.1.0

Client for the Wompi API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "wompi-client"
version = "0.1.0"
edition = "2024"
license = "MIT"
description = "Client for the Wompi API"

[dependencies]
# wompi-models = { path = "../wompi-models" }
wompi-models = "0.1.0"
tokio = { version = "1.48.0", features = ["full"] }
reqwest = { version = "0.12.24", features = ["json", "multipart", "stream"] }
thiserror.workspace = true
chrono = { version = "0.4.42", features = ["serde"] }
serde = "1"
serde_json = "1"