Annotation For Cargo.toml
Logged in as anonymous

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

                         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" ] }
                        10: config = { version = "*", default-features = false, features = [ "toml" ] }
                        11: telegram-bot = { git = "https://github.com/telegram-rs/telegram-bot" }
                        12: mail-parser = { version = "*", features = ["serde", "serde_support"] }
                        13: samotop = "*"
                        14: 
                        15: [profile.release]
                        16: lto = true
                        17: codegen-units = 1