# 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" version = "0.4.1" authors = ["Théo Rozier "] description = "Toolkit for various binary and text formats distributed by Wargaming.net (BigWorld, Core engine)." homepage = "https://github.com/mindstorm38/wg-toolkit-rs" readme = "README.md" categories = [ "games", "parsing", "data-structures", ] license = "MIT" repository = "https://github.com/mindstorm38/wg-toolkit-rs" [lib] name = "wgtk" [dependencies.base64] version = "0.13" [dependencies.blowfish] version = "0.9" [dependencies.byteorder] version = "1.4" [dependencies.crypto-common] version = "0.1" [dependencies.glam] version = "0.21" [dependencies.indexmap] version = "2.2" [dependencies.mio] version = "0.8" features = [ "net", "os-poll", ] [dependencies.rand] version = "0.8" [dependencies.rsa] version = "0.8" [dependencies.serde] version = "1.0" [dependencies.serde-pickle] version = "1.0" [dependencies.sha1] version = "0.10" [dependencies.sha2] version = "0.10" [dependencies.smallvec] version = "1.10" [dependencies.thiserror] version = "1.0" [features] default = []