Files
telegram-twitch-notifier/Cargo.toml
2025-02-27 23:20:25 +01:00

23 lines
566 B
TOML

[package]
name = "telegram-twitch-notifier"
version = "0.1.0"
edition = "2024"
[dependencies]
once_cell = "1.20.3"
eyre = { version = "0.6" }
tokio = { version = "1.43.0", features = ["rt-multi-thread", "macros"] }
futures = "0.3.31"
teloxide = { version = "0.13.0", features = ["macros", "webhooks-axum", "cache-me", "throttle"] }
twitch_api = { version = "0.7.0", features = ["reqwest", "helix", "eventsub", "hmac"] }
twitch_oauth2 = "0.15.1"
axum = { version = "0.8.1", features = ["http2"] }
http-body-util = "0.1.2"
retainer = "0.3.0"
reqwest = "0.12.12"