# 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_api_wrapper" version = "0.4.0" authors = ["Camille Nevermind"] description = "Unofficial wrapper for Mailjet's API" readme = "README.md" license = "LGPL-3.0-or-later" repository = "https://github.com/nevermille/rust-mailjet" [dependencies.anyhow] version = "1.0.79" [dependencies.curl] version = "0.4.44" [dependencies.log] version = "0.4.0" optional = true [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.url-builder] version = "0.1.1" [dev-dependencies.rand] version = "0.8.5" [features] log = ["dep:log"]