# 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 = "mycelium-smtp" version = "5.0.8" authors = ["Samuel Galvão Elias "] description = "Provide smtp adapters to the mycelium project." readme = "README.md" keywords = [ "authorization", "identity", "permission", "keeper", ] categories = [ "development-tools", "web-programming::http-server", ] license = "Apache-2.0" repository = "https://github.com/sgelias/mycelium" [lib] name = "myc_smtp" crate-type = [ "staticlib", "lib", ] path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.env_logger] version = "0.10" [dependencies.lazy_static] version = "1.4" [dependencies.lettre] version = "0.10.4" [dependencies.log] version = "0.4" [dependencies.minijinja] version = "1.0.8" [dependencies.myc-core] version = "5.0.8" [dependencies.mycelium-base] version = "5.0.8" [dependencies.mycelium-config] version = "5.0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.shaku] version = "0.6" [dev-dependencies.tokio] version = "1" features = ["full"]