[package]
edition = "2021"
name = "wot_game_reader"
version = "0.1.0"
authors = ["Gabriel Hamel <gabriel.hamel.pro@gmail.com>"]
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"