[dependencies.reqwest]
features = ["json"]
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.uuid]
features = ["v4"]
version = "1.18.0"
[lib]
name = "paystack_client"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "web-programming::http-client"]
description = "A simple Rust client for Paystack payments (initialize & verify)."
documentation = "https://docs.rs/paystack-client"
edition = "2024"
keywords = ["paystack", "payments", "api", "rust"]
license = "MIT"
name = "paystack-client"
readme = "README.md"
repository = "https://github.com/anomalous254/paystack-client"
version = "0.1.1"
[[test]]
name = "payment_test"
path = "tests/payment_test.rs"