[package] name = "worldwideportal-server" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] actix-web = { version = "4.9.0", features = ["rustls-0_23"] } actix-ws = "0.3.0" anyhow = "1.0.86" env_logger = "0.11.5" futures-util = "0.3.30" log = "0.4.22" rustls = "0.23.12" rustls-pemfile = "2.1.3" serde_json = "1.0.127" tokio = { version = "1.39.3", features = ["net", "macros", "tokio-macros", "rt-multi-thread"] } wildmatch = "2.3.4"