Annotation For Cargo.toml
Logged in as anonymous

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

                         1: [package]
                         2: name = "rsstg"
79c91a5357 2024-08-02    3: version = "0.2.22"
                         4: authors = ["arcade"]
                         5: edition = "2021"
                         6: 
                         7: [dependencies]
79c91a5357 2024-08-02    8: anyhow = "1"
79c91a5357 2024-08-02    9: async-std = { version = "1", features = [ "tokio1" ] }
79c91a5357 2024-08-02   10: atom_syndication = { version = "0.12", features = [ "with-serde" ] }
79c91a5357 2024-08-02   11: chrono = "0.4"
79c91a5357 2024-08-02   12: config = { version = "0.14", default-features = false, features = [ "toml" ] }
79c91a5357 2024-08-02   13: futures = "0.3"
79c91a5357 2024-08-02   14: futures-util = "0.3"
79c91a5357 2024-08-02   15: lazy_static = "1"
79c91a5357 2024-08-02   16: regex = "1"
79c91a5357 2024-08-02   17: reqwest = { version = "0.12", features = [ "brotli", "socks", "deflate" ]}
79c91a5357 2024-08-02   18: rss = { version = "2"}
79c91a5357 2024-08-02   19: sedregex = "0.2"
79c91a5357 2024-08-02   20: sqlx = { version = "0.6", features = [ "postgres", "tls", "runtime-async-std-rustls", "chrono" ] }
79c91a5357 2024-08-02   21: telegram-bot = { git = "https://github.com/altiore/telegram-bot", rev = "f60fd77a69", features = [ "rustls" ], default-features = false }
                        22: 
                        23: [profile.release]
                        24: lto = true
                        25: codegen-units = 1