summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 357030ab49ead02eec01898e58d5cd9c8482b24a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "http2lmtp"
description = "LMTP delivery daemon for HTTP-enveloped mail"
license = "ISC"
repository = "https://git.dilluti0n.com/http2lmtp"
version = "0.1.0"
edition = "2021"
keywords = ["email", "lmtp", "smtp", "cloudflare", "daemon"]
categories = ["email", "command-line-utilities"]

[dependencies]
axum = "0.8"
tokio = { version = "1", features = ["rt-multi-thread", "net", "io-util", "macros"] }
anyhow = "1"
subtle = "2"
tracing = "0.1"
tracing-subscriber = "0.3"