# 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 = "wot_game_reader" version = "0.1.0" authors = ["Gabriel Hamel "] description = "Fetch and extract data from the game folder of world of tanks" readme = "README.md" keywords = [ "wot", "parser", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Gabouchet/wot-game-reader" [lib] name = "wot_game_reader" path = "src/lib.rs" [dependencies.merge-hashmap] version = "0.1.2" [dependencies.poreader] version = "1.1.1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6" [dependencies.serde_variant] version = "0.1" [dependencies.thiserror] version = "1"