Annotation For Cargo.toml
Logged in as anonymous

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

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