Annotation For Cargo.toml
Logged in as anonymous

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

61df933942 2020-11-18        arcade: [package]
61df933942 2020-11-18        arcade: name = "rsstg"
e3339014b4 2022-01-26        arcade: version = "0.2.7"
61df933942 2020-11-18        arcade: authors = ["arcade"]
61df933942 2020-11-18        arcade: edition = "2018"
61df933942 2020-11-18        arcade: 
61df933942 2020-11-18        arcade: [dependencies]
b2297258c7 2021-11-06        arcade: anyhow = "*"
d52a6ff5c8 2021-09-30        arcade: atom_syndication = { version = "*", features = [ "with-serde" ] }
4acdad1942 2020-11-26        arcade: chrono = "*"
0191d490fe 2020-11-18        arcade: config = "*"
0191d490fe 2020-11-18        arcade: futures = "*"
0191d490fe 2020-11-18        arcade: futures-util = "*"
b2297258c7 2021-11-06        arcade: lazy_static = "*"
0191d490fe 2020-11-18        arcade: regex = "*"
b2297258c7 2021-11-06        arcade: reqwest = { version = "*", features = [ "brotli", "gzip", "deflate" ]}
0191d490fe 2020-11-18        arcade: rss = { version = "*", features = [ "from_url" ] }
9171c791eb 2021-11-13        arcade: sedregex = "*"
b2297258c7 2021-11-06        arcade: sqlx = { version = "*", features = [ "postgres", "tls", "runtime-tokio-native-tls", "chrono" ] }
b2297258c7 2021-11-06        arcade: #telegram-bot = "*"
b2297258c7 2021-11-06        arcade: telegram-bot = { git = "https://github.com/telegram-rs/telegram-bot" }
b2297258c7 2021-11-06        arcade: tokio = { version = "1.2", features = [ "macros", "net", "rt-multi-thread", "time" ] }
0191d490fe 2020-11-18        arcade: 
6f950e082f 2020-11-18        arcade: [profile.release]
6f950e082f 2020-11-18        arcade: lto = true
6f950e082f 2020-11-18        arcade: codegen-units = 1