smsir-rust 0.1.0

A fast, secure, and modular Rust library for interacting with the SMS.ir SMS API, with built-in error handling and a clean, idiomatic interface.
Documentation
[dependencies.async-trait]
version = "0.1.88"

[dependencies.log]
version = "0.4.27"

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

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

[dependencies.serde_json]
version = "1.0.141"

[dependencies.thiserror]
version = "2.0.12"

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

[dependencies.tracing]
version = "0.1.41"

[features]
bulk_send = []
default = ["full"]
full = ["bulk_send", "report", "verify_send", "receive"]
receive = []
report = []
verify_send = []

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

[package]
authors = ["rustsi"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A fast, secure, and modular Rust library for interacting with the SMS.ir SMS API, with built-in error handling and a clean, idiomatic interface."
documentation = "https://docs.rs/smsir-rust"
edition = "2024"
homepage = "https://github.com/rustsi/smsir-rust"
keywords = ["sms", "smsir", "payamak", "rust", "api"]
license = "MIT"
name = "smsir-rust"
readme = "README.md"
repository = "https://github.com/rustsi/smsir-rust"
version = "0.1.0"

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