sendblue 0.5.0

SendBlue is a Rust library that provides an API client for interacting with the SendBlue REST API, enabling businesses to integrate iMessage and SMS services into their applications.
[badges.github]
repository = "NewtTheWolf/sendblue-rs"

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

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.phonenumber]
version = "0.3.6"

[dependencies.regex]
version = "1.10"

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

[dependencies.schemars]
features = ["chrono"]
optional = true
version = "0.8.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_with]
features = ["schemars_0_8"]
version = "3.9.0"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tracing]
version = "0.1.40"

[dependencies.url]
version = "2.5.2"

[dependencies.validator]
features = ["derive"]
version = "0.18"

[dev-dependencies.httpmock]
version = "0.7.0"

[dev-dependencies.phonenumber]
version = "0.3"

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

[dev-dependencies.test-generator]
version = "0.3"

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

[dev-dependencies.tokio-test]
version = "0.4.4"

[features]
default = []
schemars = ["dep:schemars"]

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

[package]
authors = ["NewtTheWolf <dominik@spitzli.dev>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["api-bindings", "asynchronous", "network-programming", "web-programming", "development-tools"]
description = "SendBlue is a Rust library that provides an API client for interacting with the SendBlue REST API, enabling businesses to integrate iMessage and SMS services into their applications."
documentation = "https://docs.rs/sendblue"
edition = "2021"
homepage = "https://github.com/NewtTheWolf/sendblue-rs"
keywords = ["iMessage", "SMS", "SendBlue", "API-Client", "Wrapper"]
license = "MIT OR Apache-2.0"
name = "sendblue"
readme = "README.md"
repository = "https://github.com/NewtTheWolf/sendblue-rs"
rust-version = "1.79"
version = "0.5.0"

[profile.release]
opt-level = 3