brevo 1.0.0

Brevo provide a RESTFul API that can be used with any languages. With this API, you will be able to : - Manage your campaigns and get the statistics - Manage your contacts - Send transactional Emails and SMS - and much more... You can download our wrappers at https://github.com/orgs/brevo
Documentation
[dependencies.reqwest]
features = ["json", "multipart"]
version = "^0.12"

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

[dependencies.serde_json]
version = "^1.0"

[dependencies.serde_repr]
version = "^0.1"

[dependencies.serde_with]
default-features = false
features = ["base64", "std", "macros"]
version = "^3.8"

[dependencies.url]
version = "^2.5"

[dependencies.uuid]
features = ["serde", "v4"]
version = "^1.8"

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

[package]
authors = ["contact@brevo.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming::http-client"]
description = "Brevo provide a RESTFul API that can be used with any languages. With this API, you will be able to :   - Manage your campaigns and get the statistics   - Manage your contacts   - Send transactional Emails and SMS   - and much more...  You can download our wrappers at https://github.com/orgs/brevo"
documentation = "https://claxxx.github.io/brevo-rust/brevo/index.html"
edition = "2021"
include = ["/src", "README.md"]
keywords = ["brevo", "mail"]
license = "MIT"
name = "brevo"
readme = "README.md"
repository = "https://github.com/ClaXXX/brevo-rust"
version = "1.0.0"