[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-files = "0.6.6" 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 = { version = "1.0.213", features = ["derive"] } serde_json = "1.0.127" tokio = { version = "1.39.3", features = ["net", "macros", "tokio-macros", "rt-multi-thread", "signal"] } toml = "0.8.19" wildmatch = { version = "2.3.4", features = ["serde"] }