# 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 = "2018" name = "tiny-mailcatcher" version = "0.9.3" authors = ["Pieter van den Ham "] description = "A tiny MailCatcher clone" readme = "README.md" keywords = ["email", "mailcatcher", "smtp", "mta"] categories = ["development-tools"] license = "MIT" repository = "https://github.com/pevdh/tiny-mailcatcher" [profile.release] lto = true [[bin]] name = "tiny-mailcatcher" path = "src/bin/tiny-mailcatcher.rs" [dependencies.chrono] version = "0.4" [dependencies.env_logger] version = "0.9" default-features = false [dependencies.futures] version = "0.3" [dependencies.hyper] version = "0.14" features = ["http1", "server", "tcp"] [dependencies.log] version = "0.4" [dependencies.mailparse] version = "0.13" [dependencies.memchr] version = "2.4.0" [dependencies.regex] version = "1.5.4" [dependencies.routerify] version = "3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3" default-features = false [dependencies.tokio] version = "1" features = ["io-util", "io-std", "macros", "net", "rt-multi-thread"] [dev-dependencies.lettre] version = "0.10.0-rc.3" features = ["tokio1", "tokio1-native-tls"] [dev-dependencies.reqwest] version = "0.11" features = ["json"]