Diff
Logged in as anonymous

Differences From Artifact [2bb7ecc06d]:

To Artifact [2e2ef2ad27]:


1
2
3

4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20


21
22
23
24
25
26
27
28
29
30
31
32
1
2

3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18


19
20
21
22
23
24
25
26
27
28
29
30
31
32


-
+















-
-
+
+












[package]
name = "smtp2tg"
version = "0.6.7"
version = "0.6.8"
authors = [ "arcade@b1t.name" ]
edition = "2024"
license = "0BSD"
repository = "http://fs.b1t.name/smtp2tg"

[dependencies]
async-compat = "0.2.5"
config = { version = "0.15", default-features = false, features = [ "toml" ] }
hostname = "0.4.1"
html-escape = "0.2.13"
clap = { version = "4.6", features = [ "derive" ] }
mail-parser = "0.11"
mailin-embedded = "0.8"
regex = "1.11.1"
smol = "2.0.2"
stacked_errors = "0.7.1"
tgbot = "0.46"
stacked_errors = "0.8"
tgbot = "0.48"

[profile.release]
lto = true
codegen-units = 1

# All tests are moved to tests/
[lib]
test = false

[[bin]]
test = false
name = "smtp2tg"