rsslair/Cargo.toml

37 lines
1014 B
TOML

[package]
name = "rsslair"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.87"
chrono = "0.4.38"
clap = { version = "4.5.18", features = ["derive"] }
clap_derive = "4.5.18"
cron = "0.12.1"
cron-lingo = "0.4.2"
env_logger = "0.11.5"
html5ever = "0.29.0"
hyper = "1.4.1"
hyper-router = "0.5.0"
log = "0.4.22"
markup5ever = "0.14.0"
markup5ever_rcdom = "0.3.0"
minidom = "0.16.0"
mlua = { version = "0.9.9", features = ["lua54", "macros", "async"] }
once_cell = "1.19.0"
quick-xml = { version = "0.36.1", features = ["serialize"]}
redis = { version = "0.27.2", features = ["tokio-comp", "aio"] }
reqwest = { version = "0.12.7", features = ["blocking"] }
rusqlite = "0.32.1"
scraper = "0.20.0"
serde = { version = "1.0.130", features = ["derive", "rc"]}
serde_json = "1.0.128"
tiny_http = "0.12.0"
tokio = { version = "1.40.0", features = ["full"] }
tokio-macros = "2.4.0"
warp = "0.3.7"
xml = "0.8.20"