rustydemon-blp2 0.2.0

Rust library for reading BLP texture files (BLP0/BLP1/BLP2)
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 = "rustydemon-blp2"
version = "0.2.0"
authors = ["jabberwock"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust library for reading BLP texture files (BLP0/BLP1/BLP2)"
readme = false
license = "AGPL-3.0-or-later"
repository = "https://github.com/HoldMyBeer-gg/rustydemon"

[features]
default = ["jpeg"]
jpeg = []

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

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

[dependencies.image]
version = "0.25"
features = ["jpeg"]
default-features = false

[dependencies.thiserror]
version = "2"