# 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 = "email-clients" version = "0.2.0" authors = ["Amrit Ghimire"] description = "This is library that provides user with easy to use email clients collection in rust." homepage = "https://github.com/amritghimire/email-clients" readme = "README.md" keywords = [ "email", "client", "library", ] categories = ["email"] license = "MIT" repository = "https://github.com/amritghimire/email-clients" [package.metadata.cargo-udeps.ignore] development = [ "tokio-test", "wiremock", ] normal = ["log"] [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.async-trait] version = "0.1.80" [dependencies.document-features] version = "0.2" optional = true [dependencies.lettre] version = "0.11.6" features = [ "tracing", "tokio1-native-tls", "tokio1", ] optional = true [dependencies.log] version = "0.4.21" [dependencies.reqwest] version = "0.12.4" features = ["json"] optional = true [dependencies.secrecy] version = "0.8.0" features = ["serde"] optional = true [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1.37.0" features = [ "macros", "rt-multi-thread", "test-util", ] [dev-dependencies.tokio-test] version = "0.4.4" [dev-dependencies.wiremock] version = "0.6.0" [features] default = ["terminal"] mailersend = [ "dep:secrecy", "dep:reqwest", ] memory = [] smtp = [ "dep:secrecy", "dep:lettre", ] terminal = []