# 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_client" version = "0.3.0" authors = ["Felipe Torres González "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A client for Mailjet's REST API" readme = "README.md" keywords = [ "email", "mailjet", ] categories = [ "api-bindings", "email", ] license = "MIT" repository = "https://github.com/felipet/mailjet_client" [lib] name = "mailjet_client" path = "src/lib.rs" [[example]] name = "simple_send_v3" path = "examples/simple_send_v3.rs" [[test]] name = "api" path = "tests/api/main.rs" [dependencies.names] version = "0.14.0" [dependencies.once_cell] version = "1.19.0" [dependencies.pretty_assertions] version = "1.4.1" [dependencies.reqwest] version = "0.12.7" features = [ "native-tls", "json", ] [dependencies.reqwest-middleware] version = "0.3.3" features = [ "http2", "json", ] [dependencies.reqwest-tracing] version = "0.5.3" [dependencies.secrecy] version = "0.10.2" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.thiserror] version = "1.0.64" [dependencies.tracing] version = "0.1.40" [dependencies.typetag] version = "0.2.18" [dependencies.uuid] version = "1.10.0" features = [ "v4", "serde", ] [dev-dependencies.anyhow] version = "1.0.89" [dev-dependencies.async-std] version = "1.13" features = [ "attributes", "tokio1", ] [dev-dependencies.rstest] version = "0.22.0" [dev-dependencies.tokio] version = "1.40.0" features = ["full"] [dev-dependencies.tracing-subscriber] version = "0.3.18" features = [ "std", "fmt", "ansi", ] default-features = false [dev-dependencies.wiremock] version = "0.5"