ctt-cli 0.1.0

Command-line interface for the ctt texture compression library
# 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 = "ctt-cli"
version = "0.1.0"
authors = ["The ctt developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for the ctt texture compression library"
readme = false
license = "MIT OR Apache-2.0 OR Zlib"
repository = "https://github.com/cwfitzgerald/ctt"

[[bin]]
name = "ctt"
path = "src/main.rs"

[dependencies.bytemuck]
version = "1"

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

[dependencies.ctt]
version = "0.1"

[dependencies.fern]
version = "0.7"

[dependencies.image]
version = "0.25"

[dependencies.log]
version = "0.4"

[lints]