# 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 = "mailtutan" version = "0.3.0" authors = ["Mohsen Alizadeh "] description = "An SMTP server for test and development environments." homepage = "https://github.com/mailtutan/mailtutan" readme = "README.md" keywords = [ "email", "SMTP", "smtp-server", "wasm", "webassembly", ] license = "MIT" resolver = "1" [dependencies.async-trait] version = "0.1.67" [dependencies.axum] version = "0.6.18" features = ["ws"] [dependencies.chrono] version = "0.4.24" [dependencies.clap] version = "4.3.0" features = [ "derive", "env", ] [dependencies.futures] version = "0.3.28" [dependencies.mailin-embedded] version = "0.8.0" [dependencies.mailtutan-lib] version = "0.3.0" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1.26" features = ["full"]