tapsilat 2025.9.19

The Tapsilat SDK for Rust
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.regex]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.ureq]
features = ["json"]
version = "3.1"

[dev-dependencies.mockito]
version = "1.4"

[dev-dependencies.tokio]
features = ["full"]
version = "1.0"

[[example]]
name = "advanced_usage"
path = "examples/advanced_usage.rs"

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

[package]
authors = ["Tapsilat <github@tapsilat.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "The Tapsilat SDK for Rust"
edition = "2021"
homepage = "https://tapsilat.com"
keywords = ["payment", "fintech", "tapsilat"]
license = "MIT"
name = "tapsilat"
readme = "README.md"
repository = "https://github.com/tapsilat/tapsilat-rust"
version = "2025.9.19"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[[test]]
name = "mock_server_tests"
path = "tests/mock_server_tests.rs"

[[test]]
name = "real_api_tests"
path = "tests/real_api_tests.rs"