rust_paystack 0.1.1

A Rust library for interacting with the Paystack API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "rust_paystack"
version = "0.1.1"
authors = ["Abukari Einus"]
edition = "2021"
license = "MIT"
description = "A Rust library for interacting with the Paystack API"
documentation = "https://docs.rs/rust_paystack"
homepage = "https://github.com/blackdante101/rust_paystack"
repository = "https://github.com/blackdante101/rust_paystack"

keywords = ["paystack", "payment", "api", "rust"]
categories = ["api-bindings", "finance", "web-programming"]

[dependencies]
reqwest = { version = "0.12", features = ["json"] }
serde_json = "1.0.139"
tokio = { version = "1", features = ["full"] }