[package] name = "matrix-ril100" version = "0.1.0" edition = "2021" authors = ["Agatha V. Lovelace "] description = "A matrix bot that looks up RIL100 codes and station names" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] dotenv = "0.15.0" matrix-sdk = "0.6.2" miette = { version = "5.9.0", features = ["fancy"] } reqwest = { version = "0.11.18", features = ["json"] } serde_json = "1.0.99" tokio = { version = "1.29.0", features = ["full"] } urlencoding = "2.1.2"