paystack-client 0.1.2

A simple Rust client for Paystack payments (initialize & verify).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "paystack-client"
version = "0.1.2"
edition = "2024"
description = "A simple Rust client for Paystack payments (initialize & verify)."
license = "MIT"
repository = "https://github.com/anomalous254/paystack-client"
documentation = "https://docs.rs/paystack-client"
keywords = ["paystack", "payments", "api", "rust"]
categories = ["api-bindings", "web-programming::http-client"]
readme = "README.md"

[dependencies]
reqwest = { version = "0.12", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1", features = ["full"] }
uuid = {version = "1.18.0",  features = ["v4"]}