Annotation For Cargo.toml
Logged in as anonymous

Lines of Cargo.toml from check-in fb629f170b that are changed by the sequence of edits moving toward check-in f48d583330:

                         1: [package]
                         2: name = "rsstg"
fb629f170b 2021-11-13    3: version = "0.2.2"
                         4: authors = ["arcade"]
                         5: edition = "2018"
                         6: 
                         7: [dependencies]
                         8: anyhow = "*"
                         9: atom_syndication = { version = "*", features = [ "with-serde" ] }
                        10: chrono = "*"
                        11: config = "*"
                        12: futures = "*"
                        13: futures-util = "*"
                        14: lazy_static = "*"
                        15: regex = "*"
                        16: reqwest = { version = "*", features = [ "brotli", "gzip", "deflate" ]}
                        17: rss = { version = "*", features = [ "from_url" ] }
                        18: sedregex = "*"
                        19: sqlx = { version = "*", features = [ "postgres", "tls", "runtime-tokio-native-tls", "chrono" ] }
                        20: #telegram-bot = "*"
                        21: telegram-bot = { git = "https://github.com/telegram-rs/telegram-bot" }
                        22: tokio = { version = "1.2", features = [ "macros", "net", "rt-multi-thread", "time" ] }
                        23: 
                        24: [profile.release]
                        25: lto = true
                        26: codegen-units = 1