Cargo.toml at [1e2a21d6eb]
Logged in as anonymous

File Cargo.toml artifact b5ee1c00c1 part of check-in 1e2a21d6eb


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

[dependencies]
anyhow = "*"
async-std = { version = "*", features = [ "tokio1" ] }
atom_syndication = { version = "*", features = [ "with-serde" ] }
chrono = "*"
config = { version = "*", default-features = false, features = [ "toml" ] }
futures = "*"
futures-util = "*"
lazy_static = "*"
regex = "*"
reqwest = { version = "^0.11", features = [ "brotli", "socks", "deflate" ]}
rss = { version = "*", features = [ "from_url" ] }
sedregex = "*"
sqlx = { version = "*", features = [ "postgres", "tls", "runtime-async-std-rustls", "chrono" ] }
#telegram-bot = { git = "https://github.com/telegram-rs/telegram-bot" }
teloxide = { version = "*", features = [ "rustls", "throttle" ] }

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