wows-data-mgr 0.5.0

Download and manage World of Warships game data for offline replay analysis
Documentation
# 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 = "2024"
rust-version = "1.92"
name = "wows-data-mgr"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Download and manage World of Warships game data for offline replay analysis"
readme = false
license = "MIT"
repository = "https://github.com/landaire/wows-toolkit"

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

[[bin]]
name = "wows-data-mgr"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.60"
features = ["derive"]

[dependencies.indicatif]
version = "0.18.4"

[dependencies.jiff]
version = "0.2"

[dependencies.rkyv]
version = "0.8.15"

[dependencies.rootcause]
version = "0.12"

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

[dependencies.toml]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[dependencies.wowsunpack]
version = "0.29.0"
features = [
    "vfs",
    "rkyv",
]
default-features = false