mailchimp 0.1.15

[Unofficial] Library for the development of applications that require the use of the [Mailchimp](https://developer.mailchimp.com) API, using the Rust programming language
Documentation
[dependencies.lazy_static]
version = "^1.3"

[dependencies.log]
version = "^0.4"

[dependencies.reqwest]
features = ["blocking", "json"]
version = "^0.10"

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

[dependencies.serde_json]
version = "1.0"
[dev-dependencies.dotenv]
version = "^0.14"

[dev-dependencies.md5]
version = "^0.6"

[dev-dependencies.paho-mqtt]
default-features = false
version = "^0.5"

[lib]
crate-type = ["rlib", "dylib", "staticlib"]
doc = true
doctest = true

[package]
authors = ["Yolier Galan Tasse <gallegogt@gmail.com>"]
description = "[Unofficial] Library for the development of applications that require the use of the [Mailchimp](https://developer.mailchimp.com) API, using the Rust programming language"
edition = "2018"
homepage = "https://github.com/gallegogt/mailchimp-rs"
include = ["**/*.rs", "Cargo.toml"]
keywords = ["mailchimp", "http", "email", "automation", "api"]
license-file = "LICENCE"
name = "mailchimp"
readme = "README.md"
repository = "https://github.com/gallegogt/mailchimp-rs.git"
version = "0.1.15"