wrpl 0.10.0

A library/CLI to decode War Thunder replays (.wrpl).
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 = "2021"
name = "wrpl"
version = "0.10.0"
authors = ["llama-for3ver <llamaz@rooik.at>"]
build = false
exclude = [
    "replays/**",
    "tests/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "parse_replay"
description = "A library/CLI to decode War Thunder replays (.wrpl)."
readme = "README.md"
keywords = [
    "parsing",
    "encoding",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/llama-for3ver/wt_replay_decoder"

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

[[bin]]
name = "decom_from_addr"
path = "src/bin/decom_from_addr.rs"

[[bin]]
name = "download_all"
path = "src/bin/download_all.rs"

[[bin]]
name = "find_offset"
path = "src/bin/find_offset.rs"

[[bin]]
name = "parse_replay"
path = "src/bin/parse_replay.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.clap]
version = "4.5.37"
features = [
    "derive",
    "cargo",
]

[dependencies.env_logger]
version = "0.11.8"

[dependencies.flate2]
version = "1.1.1"

[dependencies.log]
version = "0.4.27"

[dependencies.memchr]
version = "2.7.4"

[dependencies.reqwest]
version = "0.12.15"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.wt_blk]
version = "0.3.1"