# 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 = "2018" name = "mailgun-rs" version = "0.1.12" authors = ["Dongri Jin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An unofficial client library for the Mailgun API" documentation = "https://docs.rs/mailgun-rs" readme = "README.md" keywords = [ "email", "mailgun", ] license = "MIT" repository = "https://github.com/dongri/mailgun-rs" [lib] name = "mailgun_rs" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [dependencies.reqwest] version = "0.11.18" features = [ "json", "blocking", ] default-features = false [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.typed-builder] version = "0.15.2" [features] default = [] rustls-tls = ["reqwest/rustls-tls"]