# 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" name = "mailgun_v3" version = "0.14.0" authors = ["Nathan Merritt "] description = "reqwest based web bindings for Mailgun's v3 JSON API" readme = "README.md" keywords = [ "mailgun", "reqwest", "email", "api", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/otterandrye/mailgun_v3" [dependencies.chrono] version = "^0.4.23" features = ["clock"] default-features = false [dependencies.reqwest] version = "^0.11.13" features = [ "json", "blocking", "multipart", ] [dependencies.serde] version = "^1.0.152" [dependencies.serde_derive] version = "^1.0.152" [dependencies.serde_json] version = "^1.0.91" [dev-dependencies.mockito] version = "^0.31" [dev-dependencies.tokio] version = "^1.23" features = ["full"] [badges.travis-ci] branch = "master" repository = "otterandrye/mailgun_v3"