rust_paystack 0.1.4

A Rust library for interacting with the Paystack API
Documentation
[dependencies.reqwest]
features = ["json"]
version = "0.12"

[dependencies.rust_decimal]
version = "1.36.0"

[dependencies.rust_decimal_macros]
version = "1.36.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.218"

[dependencies.serde_json]
version = "1.0.139"

[dependencies.thiserror]
version = "2.0.11"

[dependencies.tokio]
features = ["full"]
version = "1"

[dependencies.url]
version = "2.5.4"

[lib]
name = "rust_paystack"
path = "src/lib.rs"

[package]
authors = ["Abukari Einus"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "finance", "web-programming"]
description = "A Rust library for interacting with the Paystack API"
documentation = "https://docs.rs/rust_paystack"
edition = "2021"
homepage = "https://github.com/blackdante101/rust_paystack"
keywords = ["paystack", "payment", "api", "rust"]
license = "MIT"
name = "rust_paystack"
readme = "README.md"
repository = "https://github.com/blackdante101/rust_paystack"
version = "0.1.4"