# 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 = "mailboar_backend" version = "0.3.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A web interface for Tiny MailCatcher, a MailCatcher clone" homepage = "https://github.com/aeyoll/mailboar" documentation = "https://github.com/aeyoll/mailboar" readme = "README.md" license = "MIT" repository = "https://github.com/aeyoll/mailboar" [lib] name = "mailboar_backend" path = "src/lib.rs" [[test]] name = "http_server" path = "tests/http_server.rs" [[test]] name = "smtp_server" path = "tests/smtp_server.rs" [dependencies.async-stream] version = "0.3.5" [dependencies.axum] version = "0.7.5" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.futures] version = "0.3" [dependencies.mailparse] version = "0.15.0" [dependencies.memchr] version = "2.4.0" [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.15" [dependencies.tower] version = "0.4" features = ["util"] [dependencies.tower-http] version = "0.5.2" features = [ "fs", "trace", "cors", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dev-dependencies.lettre] version = "0.11.7" features = [ "tokio1", "tokio1-native-tls", ] [dev-dependencies.reqwest] version = "0.12.5" features = ["json"]