# 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" 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" [profile.release] opt-level = "z" lto = true strip = true [[bin]] name = "mailboar" path = "src/main.rs" [dependencies.axum] version = "0.7.5" [dependencies.env_logger] version = "0.11.3" default-features = false [dependencies.log] version = "0.4" [dependencies.mailboar_backend] version = "0.3.4" [dependencies.mailboar_frontend] version = "0.3.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.structopt] version = "0.3" default-features = false [dependencies.tokio] version = "1.0" features = ["full"] [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"]