// #![deny(missing_docs)]
//! # sparkpost
//!
//! rust api for [sparkpost](https://sparkpost.com) email service
extern crate serde_derive;
extern crate chrono;
extern crate reqwest;
extern crate serde;
extern crate serde_json;
extern crate base64;
extern crate pretty_assertions;
extern crate dotenv;