[package] name = "valheim_web" version = "1.0.0" authors = ["Grégory Burri "] edition = "2021" [dependencies] actix-web = "4" actix-files = "0.6" askama_actix = "0.13" serde = { version = "1.0", features = ["derive"] } ron = "0.8" # Rust object notation, to load configuration files. itertools = "0.10" chrono = "0.4" sysinfo = "0.26" cached = "0.39" futures = "0.3" # Needed by askam with the feature 'with-actix-web'. common = { path = "../common" } # Template system. [dependencies.askama] version = "0.11" features = ["with-actix-web"] [target.'cfg(unix)'.dependencies] systemd = "0.10"