Annotation For Cargo.toml
Logged in as anonymous

Origin for each line in Cargo.toml from check-in 7690cb4cf8:

61df933942 2020-11-18    1: [package]
61df933942 2020-11-18    2: name = "rsstg"
dc7c43b010 2026-01-01    3: version = "0.5.2"
61df933942 2020-11-18    4: authors = ["arcade"]
e7effaf7fb 2022-07-26    5: edition = "2021"
61df933942 2020-11-18    6: 
61df933942 2020-11-18    7: [dependencies]
dc7c43b010 2026-01-01    8: async-compat = "0.2.5"
1c444d34ff 2024-08-28    9: atom_syndication = { version = "0.12.4", features = [ "with-serde" ] }
1c444d34ff 2024-08-28   10: chrono = "0.4.38"
614456ed35 2025-02-22   11: config = { version = "0.15", default-features = false, features = [ "toml" ] }
7690cb4cf8 2026-01-06   12: tgbot = "0.41"
1c444d34ff 2024-08-28   13: futures = "0.3.30"
1c444d34ff 2024-08-28   14: futures-util = "0.3.30"
1c444d34ff 2024-08-28   15: lazy_static = "1.5.0"
1c444d34ff 2024-08-28   16: regex = "1.10.6"
dc7c43b010 2026-01-01   17: reqwest = { version = "0.13.1", features = [ "brotli", "socks", "deflate" ]}
1c444d34ff 2024-08-28   18: rss = "2.0.9"
1c444d34ff 2024-08-28   19: sedregex = "0.2.5"
dc7c43b010 2026-01-01   20: smol = "2.0.2"
44575a91d3 2025-07-09   21: stacked_errors = "0.7.1"
dc7c43b010 2026-01-01   22: sqlx = { version = "0.8", features = [ "postgres", "runtime-tokio-rustls", "chrono", "macros" ], default-features = false }
6f950e082f 2020-11-18   23: 
6f950e082f 2020-11-18   24: [profile.release]
6f950e082f 2020-11-18   25: lto = true
6f950e082f 2020-11-18   26: codegen-units = 1