[package] name = "mendia" version = "1.6.3" edition = "2021" authors = ["Lukas Riedersberger "] license-file = "../LICENSE" homepage = "https://gitlab.com/derfreak/mendia" repository = "https://gitlab.com/derfreak/mendia" readme = "README.md" description = "Dashboard collecting every movie in your friend group that tells notifies everyone on telegram whenever a new one came in." keywords = ["telegram-bot", "movies", "self-hosted"] [lib] name = "mendia" [dependencies] inquire = "0.6.2" diesel = { version = "2.1.1", features = ["mysql"] } clap = { version = "4.4.4", features = ["derive", "color", "unicode"] } rust-argon2 = "2.0.0" rand = "0.8.5" serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.107" serde_yaml = "0.9.25" futures-util = "0.3.28" tokio = { version = "1.32.0", features = ["full"] } tokio-tungstenite = "0.20.0" futures-channel = "0.3.28" teloxide = "0.12.2" color-eyre = "0.6.2" ts-rs = "7.0.0" url = "2.4.1" reqwest = "0.11.20"