Annotation For Cargo.toml
Logged in as anonymous

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

7620f854a7 2024-05-21    1: [package]
7620f854a7 2024-05-21    2: name = "smtp2tg"
f5ed284f8c 2025-06-21    3: version = "0.5.0"
7620f854a7 2024-05-21    4: authors = [ "arcade" ]
7620f854a7 2024-05-21    5: edition = "2021"
7620f854a7 2024-05-21    6: 
7620f854a7 2024-05-21    7: [dependencies]
866aad57a4 2024-06-15    8: anyhow = "1.0.86"
1db9dbe390 2024-11-28    9: async-std = { version = "1.12.0", features = [ "attributes", "tokio1" ] }
5ae57664e2 2025-02-18   10: config = { version = "0.15", default-features = false, features = [ "toml" ] }
2158b44929 2025-06-12   11: hostname = "0.4.1"
6887d3b7f9 2025-06-05   12: just-getopt = "2.0.0"
65b2967a92 2025-01-25   13: lazy_static = "1.5.0"
65b2967a92 2025-01-25   14: regex = "1.11.1"
f5ed284f8c 2025-06-21   15: tgbot = "0.37"
6887d3b7f9 2025-06-05   16: mail-parser = { version = "0.11", features = ["serde"] }
1db9dbe390 2024-11-28   17: mailin-embedded = "^0"
7620f854a7 2024-05-21   18: 
7620f854a7 2024-05-21   19: [profile.release]
7620f854a7 2024-05-21   20: lto = true
7620f854a7 2024-05-21   21: codegen-units = 1