# 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" rust-version = "1.79" name = "sendblue" version = "0.5.0" authors = ["NewtTheWolf "] build = false autobins = false autoexamples = false autotests = false autobenches = false 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." homepage = "https://github.com/NewtTheWolf/sendblue-rs" documentation = "https://docs.rs/sendblue" readme = "README.md" keywords = [ "iMessage", "SMS", "SendBlue", "API-Client", "Wrapper", ] categories = [ "api-bindings", "asynchronous", "network-programming", "web-programming", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/NewtTheWolf/sendblue-rs" [profile.release] opt-level = 3 [lib] name = "sendblue" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.phonenumber] version = "0.3.6" [dependencies.regex] version = "1.10" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.schemars] version = "0.8.0" features = ["chrono"] optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "3.9.0" features = ["schemars_0_8"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.5.2" [dependencies.validator] version = "0.18" features = ["derive"] [dev-dependencies.httpmock] version = "0.7.0" [dev-dependencies.phonenumber] version = "0.3" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.test-generator] version = "0.3" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tokio-test] version = "0.4.4" [features] default = [] schemars = ["dep:schemars"] [badges.github] repository = "NewtTheWolf/sendblue-rs"