smsdev 0.1.0

The SMSDev client wrapper.
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 = "smsdev"
version = "0.1.0"
authors = ["Guilherme Branco Stracini <guilherme@guilhermebranco.com.br>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The SMSDev client wrapper."
homepage = "http://guilherme.stracini.com.br/smsdev-sdk-rs"
readme = "README.md"
keywords = [
    "rest",
    "client",
    "smsdev",
    "sms",
    "smsdev-api",
]
categories = [
    "network-programming",
    "web-programming::http-client",
]
license = "MIT"
repository = "https://github.com/guibranco/smsdev-sdk-rs.git"

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

[[bin]]
name = "balance"
path = "src/bin/balance.rs"

[[bin]]
name = "cancel_sms"
path = "src/bin/cancel_sms.rs"

[[bin]]
name = "dlr"
path = "src/bin/dlr.rs"

[[bin]]
name = "inbox"
path = "src/bin/inbox.rs"

[[bin]]
name = "report"
path = "src/bin/report.rs"

[[bin]]
name = "send_sms"
path = "src/bin/send_sms.rs"

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

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

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

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

[dependencies.url]
version = "2"

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

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