Annotation For Cargo.toml
Logged in as anonymous

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

                         1: [package]
                         2: name = "rsstg"
db4d4df8f3 2024-06-11    3: version = "0.2.21"
                         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" ] }
db4d4df8f3 2024-06-11   21: telegram-bot = { git = "https://github.com/telegram-rs/telegram-bot" }
db4d4df8f3 2024-06-11   22: 
db4d4df8f3 2024-06-11   23: #surf = { version = "*",  default-features = false, features = [ "middleware-logger", "encoding", "h1-client-rustls" ] }
                        24: 
                        25: [profile.release]
                        26: lto = true
                        27: codegen-units = 1