Annotation For Cargo.toml
Logged in as anonymous

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

7620f854a7 2024-05-21    1: [package]
7620f854a7 2024-05-21    2: name = "smtp2tg"
e66352b9cc 2025-01-21    3: version = "0.3.4"
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"
6702d99a67 2024-11-23   12: teloxide = { version = "0.13", features = [ "rustls", "throttle" ] }
866aad57a4 2024-06-15   13: mail-parser = { version = "0.9.3", features = ["serde", "serde_support"] }
1db9dbe390 2024-11-28   14: mailin-embedded = "^0"
7620f854a7 2024-05-21   15: 
7620f854a7 2024-05-21   16: [profile.release]
7620f854a7 2024-05-21   17: lto = true
7620f854a7 2024-05-21   18: codegen-units = 1