# 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 = "maik" version = "0.1.0" authors = ["Coco Liliace "] description = "A mock SMTP server library" readme = "README.md" keywords = [ "smtp", "email", "mock", "testing", ] categories = [ "development-tools::testing", "email", "simulation", ] license = "LGPL-3.0-only" repository = "https://sr.ht/~liliace/maik/" [dependencies.base64] version = "0.22.1" [dependencies.lazy_static] version = "1.5.0" [dependencies.native-tls] version = "0.2.12" [dependencies.rcgen] version = "0.13.1" [dependencies.regex] version = "1.10.5" [dependencies.wg] version = "0.9.1" [dev-dependencies.lettre] version = "0.11.7" features = [ "builder", "rustls-tls", "smtp-transport", ] default-features = false