# 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 = "mailjet-rs" version = "0.3.0" authors = ["Esteban Borai "] description = "Mailjet API wrapper for Rust" readme = "README.md" categories = [ "api-bindings", "email", "web-programming", ] license = "MIT" repository = "https://github.com/EstebanBorai/mailjet-rs" resolver = "1" [lib] name = "mailjet_rs" path = "src/lib.rs" [dependencies.base64] version = "0.13" [dependencies.http-auth-basic] version = "0.3" [dependencies.hyper] version = "0.14" features = ["http2"] [dependencies.hyper-rustls] version = "0.23" features = [ "http2", "webpki-roots", ] optional = true [dependencies.hyper-tls] version = "0.5" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [features] default = ["hyper-tls"] rustls = ["hyper-rustls"]