wows-data-mgr 0.20.1

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.20.1"
build = false
exclude = ["tests/"]
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",
]
default = ["constants"]
download = [
    "dep:tokio",
    "dep:reqwest",
]

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

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

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

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

[dependencies.indicatif]
version = "0.18.6"

[dependencies.jiff]
version = "0.2"

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

[dependencies.reqwest]
version = "0.12"
features = ["rustls-tls-native-roots"]
optional = true
default-features = false

[dependencies.rootcause]
version = "0.12"

[dependencies.ruzstd]
version = "0.8"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

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

[dependencies.toml]
version = "1.1"

[dependencies.tracing]
version = "0.1"

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

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

[dev-dependencies.futures]
version = "0.3"

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