# 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 = "wg-mod" version = "0.9.1" authors = ["Gabriel Hamel "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI to help people making WorldOfTanks mods" homepage = "https://github.com/gabrielhamel/wg-mod" readme = "README.md" keywords = [ "cli", "wot", "WorldOfTanks", "modding", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/gabrielhamel/wg-mod" [[bin]] name = "wg-mod" path = "src/main.rs" [dependencies.clap] version = "4.3.8" [dependencies.config] version = "0.13.3" [dependencies.convert_case] version = "0.6.0" [dependencies.fs_extra] version = "1.3.0" [dependencies.git2] version = "0.18.1" [dependencies.glob] version = "0.3.1" [dependencies.handlebars] version = "4.3.7" [dependencies.home] version = "0.5.5" [dependencies.inquire] version = "0.6.2" [dependencies.regex] version = "1.9.1" [dependencies.reqwest] version = "0.11.19" features = [ "stream", "blocking", ] [dependencies.serde] version = "1.0.164" [dependencies.serde_derive] version = "1.0.164" [dependencies.serde_json] version = "1.0.104" [dependencies.tempfile] version = "3.8.0" [dependencies.thiserror] version = "1.0.40" [dependencies.zip] version = "0.6" [dependencies.zip-extensions] version = "0.6"