[package] name = "matrix-lol" version = "0.2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1" dirs = "5.0.0" matrix-sdk = "0.6.2" rand = "0.8.5" regex = "1.7.3" reqwest = "0.11.16" rpassword = "7.2.0" serde = "1.0.159" serde_json = "1.0.95" soup = "0.5.1" tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] } url = "2.2.2"