Annotation For Cargo.toml
Logged in as anonymous

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

                         1: [package]
                         2: name = "rsstg"
e624ef9d66 2025-04-20    3: version = "0.3.0"
                         4: authors = ["arcade"]
                         5: edition = "2021"
                         6: 
                         7: [dependencies]
                         8: anyhow = "1.0.86"
                         9: async-std = { version = "1.12.0", features = [ "attributes", "tokio1" ] }
                        10: atom_syndication = { version = "0.12.4", features = [ "with-serde" ] }
                        11: chrono = "0.4.38"
                        12: config = { version = "0.15", default-features = false, features = [ "toml" ] }
                        13: frankenstein = { version = "0.40.0", features = [ "client-reqwest" ] }
                        14: futures = "0.3.30"
                        15: futures-util = "0.3.30"
                        16: lazy_static = "1.5.0"
                        17: regex = "1.10.6"
                        18: reqwest = { version = "0.12.7", features = [ "brotli", "socks", "deflate" ]}
                        19: rss = "2.0.9"
                        20: sedregex = "0.2.5"
                        21: sqlx = { version = "0.8", features = [ "postgres", "runtime-async-std-rustls", "chrono", "macros" ], default-features = false }
                        22: thiserror = "2.0.0"
                        23: 
                        24: [profile.release]
                        25: lto = true
                        26: codegen-units = 1