# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "arkaoe" version = "0.1.0" authors = ["Jérémie Roquet "] build = "build.rs" description = "Web server providing tools for the Age of Empires II real-time strategy video-game " homepage = "https://github.com/Arkanosis/arkaoe" documentation = "https://github.com/Arkanosis/arkaoe" readme = "README.md" keywords = [ "aoe", "aoe2", "age", "empires", "tools", ] categories = ["games"] license = "ISC" repository = "https://github.com/Arkanosis/arkaoe" [dependencies.actix-files] version = "0.6" [dependencies.actix-web] version = "4.5" [dependencies.askama] version = "0.11" [dependencies.askama_actix] version = "0.13" [dependencies.csv] version = "1.3.0" [dependencies.docopt] version = "1.1" [dependencies.mime] version = "0.3" [dependencies.reqwest] version = "0.11" features = [ "blocking", "cookies", "gzip", "json", ] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [build-dependencies.vergen] version = "7.5"