# 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 = "async-mailer-outlook" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Async Outlook (Office365) mailer implementation, intended to be used as `async-mailer` generic `Mailer` or `DynMailer` trait object." documentation = "https://docs.rs/async-mailer-outlook/" readme = false keywords = [ "async", "mailer", "outlook", ] categories = ["email"] license = "MPL-2.0" repository = "https://github.com/LeoniePhiline/async-mailer/outlook" [lib] name = "async_mailer_outlook" path = "src/lib.rs" [dependencies.async-mailer-core] version = "0.3" [dependencies.async-trait] version = "0.1.80" [dependencies.base64] version = "0.22.1" [dependencies.reqwest] version = "0.12.4" features = [ "rustls-tls", "charset", "http2", "macos-system-configuration", "gzip", "brotli", ] default-features = false [dependencies.secrecy] version = "0.10.0" [dependencies.serde] version = "1.0.200" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.thiserror] version = "1.0.59" [dependencies.tracing] version = "0.1.40" optional = true [features] default = ["tracing"] tracing = ["dep:tracing"]