casc-lib 0.2.1

Pure Rust library for reading World of Warcraft CASC archives
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"
name = "casc-lib"
version = "0.2.1"
authors = ["Xerrion"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust library for reading World of Warcraft CASC archives"
homepage = "https://github.com/Xerrion/casc-extractor"
readme = "README.md"
keywords = [
    "casc",
    "wow",
    "blizzard",
    "game",
    "archive",
]
categories = [
    "parser-implementations",
    "game-development",
]
license = "MIT"
repository = "https://github.com/Xerrion/casc-extractor"

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

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.csv]
version = "1.4.0"

[dependencies.flate2]
version = "1.1.9"

[dependencies.glob]
version = "0.3.3"

[dependencies.hex]
version = "0.4.3"

[dependencies.lz4_flex]
version = "0.13"

[dependencies.md-5]
version = "0.10.6"

[dependencies.memmap2]
version = "0.9.10"

[dependencies.rayon]
version = "1.11.0"

[dependencies.reqwest]
version = "0.13.2"
features = ["blocking"]

[dependencies.salsa20]
version = "0.10.2"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tracing]
version = "0.1.44"