# 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-core" version = "0.3.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Internal core crate for `async-mailer`." documentation = "https://docs.rs/async-mailer-core/" readme = false keywords = [ "async", "mailer", "smtp", "outlook", ] categories = ["email"] license = "MPL-2.0" repository = "https://github.com/LeoniePhiline/async-mailer/core" [lib] name = "async_mailer_core" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.80" [dependencies.mail-send] version = "0.4.7" features = ["builder"] default-features = false [dependencies.thiserror] version = "1.0.59" [dependencies.tracing] version = "0.1.40" optional = true [features] default = ["tracing"] tracing = ["dep:tracing"]