wow-blp 0.7.0

Parser and encoder for World of Warcraft BLP texture files with DXT compression support
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 = "wow-blp"
version = "0.7.0"
authors = ["Daniel S. Reichenbach <daniel@kogito.network>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser and encoder for World of Warcraft BLP texture files with DXT compression support"
homepage = "https://github.com/wowemulation-dev/warcraft-rs"
documentation = "https://docs.rs/wow-blp"
readme = "README.md"
keywords = [
    "wow",
    "warcraft",
    "blp",
    "texture",
    "gamedev",
]
categories = [
    "game-development",
    "parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/wowemulation-dev/warcraft-rs"
resolver = "2"

[features]
default = []

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

[[example]]
name = "load"
path = "examples/load.rs"

[[example]]
name = "save"
path = "examples/save.rs"

[[bench]]
name = "parser_benchmark"
path = "benches/parser_benchmark.rs"
harness = false

[dependencies.bytes]
version = "1.11"

[dependencies.color_quant]
version = "1.1"

[dependencies.image]
version = "0.25"

[dependencies.log]
version = "0.4"

[dependencies.texpresso]
version = "2.0"
features = ["rayon"]

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.pretty_assertions]
version = "1.4"

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

[dev-dependencies.test-log]
version = "0.2"