[package] name = "minecraft_web" version = "1.0.0" authors = ["Grégory Burri "] edition = "2018" [dependencies] actix-web = "3" actix-files = "0.5" askama_actix = "0.11" minecraft-client-rs = "0.1" serde = { version = "1.0", features = ["derive"] } ron = "0.6" # Rust object notation, to load configuration files. itertools = "0.10" chrono = "0.4" sysinfo = "0.18" cached = "0.23" futures = "0.3" # Needed by askam with the feature 'with-actix-web'. common = { path = "../common" } # Template system. [dependencies.askama] version = "0.10" features = ["with-actix-web"]