Annotation For Cargo.toml
Logged in as anonymous

Origin for each line in Cargo.toml from check-in 42867194d6:

7620f854a7 2024-05-21    1: [package]
7620f854a7 2024-05-21    2: name = "smtp2tg"
42867194d6 2026-09-13    3: version = "0.6.8"
d87e80b9be 2026-01-12    4: authors = [ "arcade@b1t.name" ]
d87e80b9be 2026-01-12    5: edition = "2024"
d87e80b9be 2026-01-12    6: license = "0BSD"
d87e80b9be 2026-01-12    7: repository = "http://fs.b1t.name/smtp2tg"
7620f854a7 2024-05-21    8: 
7620f854a7 2024-05-21    9: [dependencies]
14ef340959 2026-01-01   10: async-compat = "0.2.5"
5ae57664e2 2025-02-18   11: config = { version = "0.15", default-features = false, features = [ "toml" ] }
2158b44929 2025-06-12   12: hostname = "0.4.1"
1c10bccb4e 2026-01-18   13: html-escape = "0.2.13"
78b11b0319 2026-08-01   14: clap = { version = "4.6", features = [ "derive" ] }
78b11b0319 2026-08-01   15: mail-parser = "0.11"
f4660639ca 2026-07-31   16: mailin-embedded = "0.8"
65b2967a92 2025-01-25   17: regex = "1.11.1"
072229b5bf 2026-01-01   18: smol = "2.0.2"
42867194d6 2026-09-13   19: stacked_errors = "0.8"
42867194d6 2026-09-13   20: tgbot = "0.48"
f4660639ca 2026-07-31   21: 
f4660639ca 2026-07-31   22: # All tests are moved to tests/
f4660639ca 2026-07-31   23: [lib]
f4660639ca 2026-07-31   24: test = false
f5ed284f8c 2025-06-21   25: 
f4660639ca 2026-07-31   26: [[bin]]
f4660639ca 2026-07-31   27: test = false
f4660639ca 2026-07-31   28: name = "smtp2tg"