Cargo.toml at [a6fc8a60a7]
Logged in as anonymous

File Cargo.toml artifact 4a68fb4be0 part of check-in a6fc8a60a7


[package]
name = "rsstg"
version = "0.2.21"
authors = ["arcade"]
edition = "2021"

[dependencies]
anyhow = "1.0.86"
async-std = { version = "1.12.0", features = [ "tokio1" ] }
atom_syndication = { version = "0.12.3", features = [ "with-serde" ] }
chrono = "0.4.38"
config = { version = "0.14.0", default-features = false, features = [ "toml" ] }
futures = "0.3.30"
futures-util = "0.3.30"
lazy_static = "1.4.0"
regex = "1.10.5"
reqwest = { version = "0.12.4", features = [ "brotli", "socks", "deflate" ]}
rss = { version = "2.0.8"}
sedregex = "0.2.5"
sqlx = { version = "0.6", features = [ "postgres", "runtime-async-std-rustls", "chrono" ] }
telegram-bot = { git = "https://github.com/telegram-rs/telegram-bot" , rev = "65ad5cfd57" }

[profile.release]
lto = true
codegen-units = 1