smsru 0.5.0

Typed Rust client for the SMS.RU HTTP API.
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"
rust-version = "1.85"
name = "smsru"
version = "0.5.0"
build = false
include = [
    "Cargo.toml",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "examples/**",
    "src/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typed Rust client for the SMS.RU HTTP API."
homepage = "https://github.com/matrizaev/smsru"
documentation = "https://docs.rs/smsru"
readme = "README.md"
keywords = [
    "sms",
    "smsru",
    "sms-ru",
    "api",
    "client",
]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/matrizaev/smsru"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.phonenumber]
version = "0.3"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "form",
    "json",
    "rustls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"
features = ["raw_value"]

[dependencies.thiserror]
version = "2.0"

[dependencies.url]
version = "2.5"

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