Annotation For Cargo.toml
Logged in as anonymous

Lines of Cargo.toml from check-in a6fc8a60a7 that are changed by the sequence of edits moving toward check-in 79c91a5357:

                         1: [package]
                         2: name = "rsstg"
a6fc8a60a7 2024-06-15    3: version = "0.2.21"
                         4: authors = ["arcade"]
                         5: edition = "2021"
                         6: 
                         7: [dependencies]
a6fc8a60a7 2024-06-15    8: anyhow = "1.0.86"
a6fc8a60a7 2024-06-15    9: async-std = { version = "1.12.0", features = [ "tokio1" ] }
a6fc8a60a7 2024-06-15   10: atom_syndication = { version = "0.12.3", features = [ "with-serde" ] }
a6fc8a60a7 2024-06-15   11: chrono = "0.4.38"
a6fc8a60a7 2024-06-15   12: config = { version = "0.14.0", default-features = false, features = [ "toml" ] }
a6fc8a60a7 2024-06-15   13: futures = "0.3.30"
a6fc8a60a7 2024-06-15   14: futures-util = "0.3.30"
a6fc8a60a7 2024-06-15   15: lazy_static = "1.4.0"
a6fc8a60a7 2024-06-15   16: regex = "1.10.5"
a6fc8a60a7 2024-06-15   17: reqwest = { version = "0.12.4", features = [ "brotli", "socks", "deflate" ]}
a6fc8a60a7 2024-06-15   18: rss = { version = "2.0.8"}
a6fc8a60a7 2024-06-15   19: sedregex = "0.2.5"
a6fc8a60a7 2024-06-15   20: sqlx = { version = "0.6", features = [ "postgres", "runtime-async-std-rustls", "chrono" ] }
a6fc8a60a7 2024-06-15   21: telegram-bot = { git = "https://github.com/telegram-rs/telegram-bot" , rev = "65ad5cfd57" }
                        22: 
                        23: [profile.release]
                        24: lto = true
                        25: codegen-units = 1