wows-data-mgr 0.9.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.9.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"

[features]
constants = [
    "dep:octocrab",
    "dep:tokio",
    "dep:http-body-util",
    "dep:http-body",
]
default = ["constants"]

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

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

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

[dependencies.http-body]
version = "1"
optional = true

[dependencies.http-body-util]
version = "0.1"
optional = true

[dependencies.indicatif]
version = "0.18.4"

[dependencies.jiff]
version = "0.2"

[dependencies.octocrab]
version = "0.49"
optional = true

[dependencies.rkyv]
version = "0.8.15"

[dependencies.rootcause]
version = "0.12"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
version = "1"
features = ["rt"]
optional = true

[dependencies.toml]
version = "1.1"

[dependencies.tracing]
version = "0.1"

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

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

[dev-dependencies.tempfile]
version = "3"