daraja-sdk 0.3.0

A memory-safe Rust SDK for Safaricom Daraja (M-Pesa API 3.0)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "daraja-sdk"
version = "0.3.0"
authors = ["Stanley Masinde <hello@stanleymasinde.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A memory-safe Rust SDK for Safaricom Daraja (M-Pesa API 3.0)"
homepage = "https://github.com/StanleyMasinde/daraja-sdk"
readme = "README.md"
keywords = [
    "mpesa",
    "daraja",
    "safaricom",
    "kenya",
    "mobile-money",
]
categories = [
    "api-bindings",
    "web-programming::http-client",
]
license = "MIT"
repository = "https://github.com/StanleyMasinde/daraja-sdk"

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

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.45"

[dependencies.reqwest]
version = "0.13.4"
features = ["json"]

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.tokio]
version = "1.52.3"
features = [
    "rt",
    "macros",
    "rt-multi-thread",
]

[dependencies.url]
version = "2.5.8"

[dev-dependencies.toml]
version = "1.1.2"