Lines of
Cargo.toml
from check-in fabcca1eaf
that are changed by the sequence of edits moving toward
check-in 13265e7697:
1: [package]
2: name = "rsstg"
3: version = "0.5.3"
4: authors = [ "arcade@b1t.name" ]
5: edition = "2024"
6: license = "0BSD"
7: repository = "http://fs.b1t.name/rsstg"
8:
9: [dependencies]
10: async-compat = "0.2.5"
11: atom_syndication = { version = "0.12.4", features = [ "with-serde" ] }
12: chrono = "0.4.38"
13: config = { version = "0.15", default-features = false, features = [ "toml" ] }
14: tgbot = "0.41"
15: futures = "0.3.30"
16: futures-util = "0.3.30"
17: lazy_static = "1.5.0"
18: regex = "1.10.6"
19: reqwest = { version = "0.13.1", features = [ "brotli", "socks", "deflate" ]}
20: rss = "2.0.9"
21: sedregex = "0.2.5"
22: smol = "2.0.2"
23: stacked_errors = "0.7.1"
24: sqlx = { version = "0.8", features = [ "postgres", "runtime-tokio-rustls", "chrono", "macros" ], default-features = false }
25: url = "2.5.8"
26:
27: [profile.release]
28: lto = true
29: codegen-units = 1