# 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-toolkit-cli" version = "0.4.1" authors = ["Théo Rozier "] description = "Command line utility for interacting with codecs distributed by Wargaming.net" homepage = "https://github.com/mindstorm38/wg-toolkit-rs" readme = "README.md" categories = [ "games", "parsing", "data-structures", "command-line-utilities", ] license = "MIT" repository = "https://github.com/mindstorm38/wg-toolkit-rs" [[bin]] name = "wgtk" path = "src/main.rs" [dependencies.clap] version = "4.5" features = [ "derive", "cargo", ] [dependencies.wg-toolkit] version = "0.4.0"