ctt-cli 0.2.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"
rust-version = "1.85"
name = "ctt-cli"
version = "0.2.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 = "README.md"
keywords = [
    "texture",
    "compression",
    "gpu",
    "cli",
]
categories = [
    "command-line-utilities",
    "graphics",
]
license = "MIT OR Apache-2.0 OR Zlib"
repository = "https://github.com/cwfitzgerald/ctt"

[features]
default = ["ispc-prebuilt"]
ispc-build-from-source = ["ctt/ispc-build-from-source"]
ispc-prebuilt = ["ctt/ispc-prebuilt"]

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

[dependencies.bytemuck]
version = "1"

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

[dependencies.ctt]
version = "0.2"
features = [
    "encoder-ispc",
    "encoder-bc7enc",
]
default-features = false

[dependencies.fern]
version = "0.7"

[dependencies.image]
version = "0.25"

[dependencies.log]
version = "0.4"

[lints]