glacier-texture 2.2.0

Read and write Glacier Texture files
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 = "glacier-texture"
version = "2.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read and write Glacier Texture files"
readme = false
keywords = [
    "texture",
    "hitman",
    "glacier",
    "modding",
    "DirectX",
]
categories = [
    "game-development",
    "data-structures",
    "parser-implementations",
]
license = "Apache-2.0"
repository = "https://github.com/dafitius/glacierformats-rs"

[badges.maintenance]
status = "actively-developed"

[features]
default = [
    "rpkg",
    "image",
]
image = ["dep:image"]
rpkg = ["dep:rpkg-rs"]
unstable = []

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

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

[[example]]
name = "cli-tool"
path = "examples/cli-tool.rs"

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

[[example]]
name = "image-feature"
path = "examples/image-feature.rs"

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

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

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

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

[dependencies.binrw]
version = "0.15.2"

[dependencies.bitfield-struct]
version = "0.13.0"

[dependencies.directxtex]
version = "1.3.0"

[dependencies.glacier-base]
version = "0.2.0"
features = ["binrw"]

[dependencies.half]
version = "2.7.1"

[dependencies.image]
version = "0.25.10"
optional = true
default-features = false

[dependencies.lz4]
version = "1.28.1"

[dependencies.memmap2]
version = "0.9.10"

[dependencies.png]
version = "0.18.1"

[dependencies.rpkg-rs]
version = "1.4.0"
optional = true

[dependencies.serde]
version = "1.0.219"
features = ["serde_derive"]

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.anyhow]
version = "1.0.99"

[dev-dependencies.clap]
version = "4.5.23"
features = ["derive"]

[dev-dependencies.image]
version = "0.25.8"
features = [
    "tga",
    "dds",
    "exr",
]

[dev-dependencies.rstest]
version = "0.26.1"