Annotation For Cargo.toml
Logged in as anonymous

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

7620f854a7 2024-05-21    1: [package]
7620f854a7 2024-05-21    2: name = "smtp2tg"
65b2967a92 2025-01-25    3: version = "0.3.5"
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" ] }
6702d99a67 2024-11-23   10: config = { version = "=0.14.0", default-features = false, features = [ "toml" ] } # Rust 1.75
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"
6702d99a67 2024-11-23   14: teloxide = { version = "0.13", features = [ "rustls", "throttle" ] }
65b2967a92 2025-01-25   15: thiserror = "2.0.11"
866aad57a4 2024-06-15   16: mail-parser = { version = "0.9.3", 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