Annotation For Cargo.toml
Logged in as anonymous

Lines of Cargo.toml from check-in 45e34762e4 that are changed by the sequence of edits moving toward check-in 9910c2209c:

                         1: [package]
                         2: name = "rsstg"
45e34762e4 2023-05-28    3: version = "0.2.18"
                         4: authors = ["arcade"]
                         5: edition = "2021"
                         6: 
                         7: [dependencies]
                         8: anyhow = "*"
                         9: async-std = { version = "*", features = [ "tokio1" ] }
                        10: atom_syndication = { version = "*", features = [ "with-serde" ] }
                        11: chrono = "*"
                        12: config = { version = "*", default-features = false, features = [ "toml" ] }
                        13: futures = "*"
                        14: futures-util = "*"
                        15: lazy_static = "*"
                        16: regex = "*"
                        17: reqwest = { version = "^0.11", features = [ "brotli", "socks", "deflate" ]}
                        18: rss = { version = "*", features = [ "from_url" ] }
                        19: sedregex = "*"
                        20: sqlx = { version = "*", features = [ "postgres", "tls", "runtime-async-std-rustls", "chrono" ] }
                        21: telegram-bot = { git = "https://github.com/telegram-rs/telegram-bot" }
                        22: 
                        23: #surf = { version = "*",  default-features = false, features = [ "middleware-logger", "encoding", "h1-client-rustls" ] }
                        24: 
                        25: [profile.release]
                        26: lto = true
                        27: codegen-units = 1