intasend 0.4.0

A Rust SDK for the Intasend Payment Gateway
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 = "2021"
name = "intasend"
version = "0.4.0"
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust SDK for the Intasend Payment Gateway"
homepage = "https://github.com/MikeTeddyOmondi/intasend-rs/intasend"
readme = "README.md"
keywords = [
    "sdk",
    "intasend",
    "payment-gateway",
]
categories = [
    "finance",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/MikeTeddyOmondi/intasend-rs"

[features]
client = []
default = ["full"]
full = [
    "client",
    "server",
]
server = []

[lib]
name = "intasend"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.79"

[dependencies.futures]
version = "0.3.30"

[dependencies.reqwest]
version = "0.12.15"
features = [
    "json",
    "rustls-tls",
]

[dependencies.rust_decimal]
version = "1.34.2"

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

[dependencies.serde_json]
version = "1.0.111"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1.35.1"
features = [
    "rt-multi-thread",
    "macros",
    "time",
    "net",
    "io-util",
]

[dependencies.uuid]
version = "1.16.0"
features = [
    "v4",
    "serde",
]

[dev-dependencies.dotenvy]
version = "0.15.7"

[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3