wot_game_reader 0.1.0

Fetch and extract data from the game folder of world of tanks
Documentation
[dependencies.merge-hashmap]
version = "0.1.2"

[dependencies.poreader]
version = "1.1.1"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde-xml-rs]
version = "0.6"

[dependencies.serde_variant]
version = "0.1"

[dependencies.thiserror]
version = "1"

[lib]
name = "wot_game_reader"
path = "src/lib.rs"

[package]
authors = ["Gabriel Hamel <gabriel.hamel.pro@gmail.com>"]
description = "Fetch and extract data from the game folder of world of tanks"
edition = "2021"
keywords = ["wot", "parser"]
license = "MIT OR Apache-2.0"
name = "wot_game_reader"
readme = "README.md"
repository = "https://github.com/Gabouchet/wot-game-reader"
version = "0.1.0"