[package] name = "matrixgw_backend" version = "0.1.0" edition = "2024" [dependencies] env_logger = "0.11.8" log = "0.4.28" clap = { version = "4.5.51", features = ["derive", "env"] } lazy_static = "1.5.0" anyhow = "1.0.100" serde = { version = "1.0.228", features = ["derive"] } tokio = { version = "1.48.0", features = ["full"] } actix-web = "4.11.0" actix-session = { version = "0.11.0", features = ["redis-session"] } actix-remote-ip = "0.1.0" actix-cors = "0.7.1" light-openid = "1.0.4" bytes = "1.10.1" sha2 = "0.10.9" urlencoding = "2.1.3" base16ct = { version = "0.3.0", features = ["alloc"] } futures-util = "0.3.31" jwt-simple = { version = "0.12.13", default-features = false, features = ["pure-rust"] } thiserror = "2.0.17" uuid = { version = "1.18.1", features = ["v4", "serde"] } ipnet = { version = "2.11.0", features = ["serde"] } rand = "0.9.2" hex = "0.4.3" mailchecker = "6.0.19" matrix-sdk = "0.14.0" url = "2.5.7" ractor = "0.15.9"