sendly 3.4.0

Official Rust SDK for the Sendly SMS API
Documentation
[dependencies.async-stream]
version = "0.3"

[dependencies.async-trait]
version = "0.1"

[dependencies.futures]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.regex]
version = "1.10"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["time"]
version = "1.0"

[dependencies.urlencoding]
version = "2.1"

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

[dev-dependencies.wiremock]
version = "0.5"

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

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

[features]
blocking = []
default = []

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

[package]
authors = ["Sendly <support@sendly.live>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "web-programming"]
description = "Official Rust SDK for the Sendly SMS API"
documentation = "https://docs.rs/sendly"
edition = "2021"
keywords = ["sendly", "sms", "messaging", "api", "sdk"]
license = "MIT"
name = "sendly"
readme = "README.md"
repository = "https://github.com/sendly-live/sendly-rust"
version = "3.4.0"

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

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

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

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

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