Annotation For Cargo.toml
Logged in as anonymous

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

61df933942 2020-11-18    1: [package]
61df933942 2020-11-18    2: name = "rsstg"
db4d4df8f3 2024-06-11    3: version = "0.2.21"
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]
a6fc8a60a7 2024-06-15    8: anyhow = "1.0.86"
a6fc8a60a7 2024-06-15    9: async-std = { version = "1.12.0", features = [ "tokio1" ] }
a6fc8a60a7 2024-06-15   10: atom_syndication = { version = "0.12.3", features = [ "with-serde" ] }
a6fc8a60a7 2024-06-15   11: chrono = "0.4.38"
a6fc8a60a7 2024-06-15   12: config = { version = "0.14.0", default-features = false, features = [ "toml" ] }
a6fc8a60a7 2024-06-15   13: futures = "0.3.30"
a6fc8a60a7 2024-06-15   14: futures-util = "0.3.30"
a6fc8a60a7 2024-06-15   15: lazy_static = "1.4.0"
a6fc8a60a7 2024-06-15   16: regex = "1.10.5"
a6fc8a60a7 2024-06-15   17: reqwest = { version = "0.12.4", features = [ "brotli", "socks", "deflate" ]}
a6fc8a60a7 2024-06-15   18: rss = { version = "2.0.8"}
a6fc8a60a7 2024-06-15   19: sedregex = "0.2.5"
a6fc8a60a7 2024-06-15   20: sqlx = { version = "0.6", features = [ "postgres", "runtime-async-std-rustls", "chrono" ] }
a6fc8a60a7 2024-06-15   21: telegram-bot = { git = "https://github.com/telegram-rs/telegram-bot" , rev = "65ad5cfd57" }
6f950e082f 2020-11-18   22: 
6f950e082f 2020-11-18   23: [profile.release]
6f950e082f 2020-11-18   24: lto = true
6f950e082f 2020-11-18   25: codegen-units = 1