Annotation For Cargo.toml
Logged in as anonymous

Lines of Cargo.toml from check-in 7620f854a7 that are changed by the sequence of edits moving toward check-in 61238a3618:

                         1: [package]
                         2: name = "smtp2tg"
                         3: version = "0.1.0"
                         4: authors = [ "arcade" ]
                         5: edition = "2021"
                         6: 
                         7: [dependencies]
                         8: anyhow = "*"
                         9: async-std = { version = "*", features = [ "tokio1" ] }
7620f854a7 2024-05-21   10: async-trait = "*"
                        11: config = { version = "*", default-features = false, features = [ "toml" ] }
                        12: telegram-bot = { git = "https://github.com/telegram-rs/telegram-bot" }
                        13: mail-parser = { version = "*", features = ["serde", "serde_support"] }
7620f854a7 2024-05-21   14: #mail-parser = "*"
7620f854a7 2024-05-21   15: #rust-smtp-server = "*"
7620f854a7 2024-05-21   16: #tokio = "*"
                        17: samotop = "*"
                        18: 
                        19: [profile.release]
                        20: lto = true
                        21: codegen-units = 1