Annotation For Cargo.toml
Logged in as anonymous

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

7620f854a7 2024-05-21    1: [package]
7620f854a7 2024-05-21    2: name = "smtp2tg"
5ae57664e2 2025-02-18    3: version = "0.3.7"
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" ] }
e66352b9cc 2025-01-21   11: just-getopt = "1.2.0"
65b2967a92 2025-01-25   12: lazy_static = "1.5.0"
65b2967a92 2025-01-25   13: regex = "1.11.1"
946172ea32 2025-04-05   14: teloxide = { version = "0.13", features = [ "rustls", "throttle" ] } # Rust 1.80
65b2967a92 2025-01-25   15: thiserror = "2.0.11"
5ae57664e2 2025-02-18   16: mail-parser = { version = "0.10", features = ["serde", "serde_support"] }
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