# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "mailchimp" version = "0.1.15" authors = ["Yolier Galan Tasse "] include = ["**/*.rs", "Cargo.toml"] 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" homepage = "https://github.com/gallegogt/mailchimp-rs" readme = "README.md" keywords = ["mailchimp", "http", "email", "automation", "api"] license-file = "LICENCE" repository = "https://github.com/gallegogt/mailchimp-rs.git" [lib] crate-type = ["rlib", "dylib", "staticlib"] doctest = true doc = true [dependencies.lazy_static] version = "^1.3" [dependencies.log] version = "^0.4" [dependencies.reqwest] version = "^0.10" features = ["blocking", "json"] [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.dotenv] version = "^0.14" [dev-dependencies.md5] version = "^0.6" [dev-dependencies.paho-mqtt] version = "^0.5" default-features = false