eulumdat-gltf-pack 0.7.0

CLI tool to pack glTF + external KTX2 textures into a self-contained GLB
# 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 = "eulumdat-gltf-pack"
version = "0.7.0"
authors = ["Holger Trahe <trahe@mac.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool to pack glTF + external KTX2 textures into a self-contained GLB"
readme = false
license = "AGPL-3.0-or-later"

[[bin]]
name = "eulumdat-gltf-pack"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.basis-universal]
version = "0.3"

[dependencies.clap]
version = "4.4"
features = ["derive"]

[dependencies.gltf]
version = "1.4"

[dependencies.gltf-json]
version = "1.4"

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

[dependencies.ktx2]
version = "0.4"

[dependencies.ktx2-rw]
version = "0.2"

[dependencies.ruzstd]
version = "0.8"

[dependencies.serde_json]
version = "1.0"

[dependencies.texture2ddecoder]
version = "0.1"