# 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 = "mailgun46" version = "0.4.0" authors = ["Niclas Rosengren "] description = "Simple Mailgun client" documentation = "https://docs.rs/mailgun46" readme = "README.md" license = "MIT" repository = "https://github.com/MOBILITY46/mailgun46" resolver = "2" [dependencies.base64] version = "0.13.0" [dependencies.reqwest] version = "0.11.11" features = ["json"] default_features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dev-dependencies.tokio] version = "1.20" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.wiremock] version = "0.5.14" [features] default = ["default-tls"] default-tls = ["reqwest/default-tls"] rustls-tls = ["reqwest/rustls-tls"]