Lines of
Cargo.toml
from check-in 361d13d654
that are changed by the sequence of edits moving toward
check-in dafeec0481:
1: [package]
2: name = "smtp2tg"
3: version = "0.6.0"
4: authors = [ "arcade@b1t.name" ]
5: edition = "2024"
6: license = "0BSD"
7: repository = "http://fs.b1t.name/smtp2tg"
8:
9: [dependencies]
10: async-compat = "0.2.5"
11: config = { version = "0.15", default-features = false, features = [ "toml" ] }
12: hostname = "0.4.1"
13: just-getopt = "2.0.0"
14: lazy_static = "1.5.0"
15: mail-parser = { version = "0.11", features = ["serde"] }
16: mailin-embedded = "^0"
17: regex = "1.11.1"
361d13d654 2026-01-12 18: scraper = "0.25.0"
19: smol = "2.0.2"
20: stacked_errors = "0.7.1"
21: tgbot = "0.41"
22:
23: [profile.release]
24: lto = true
25: codegen-units = 1