[package]
edition = "2024"
rust-version = "1.88"
name = "gamut-core"
version = "0.2.0"
authors = ["Justin Chung"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core traits, image buffers, dimensions, and error types shared across the gamut image codecs."
homepage = "https://github.com/justin13888/gamut"
readme = "README.md"
keywords = [
"image",
"codec",
"encoding",
"compression",
]
categories = [
"multimedia::images",
"encoding",
"compression",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/justin13888/gamut"
[lib]
name = "gamut_core"
path = "src/lib.rs"
[dependencies.thiserror]
version = "2.0.18"
[dependencies.tracing]
version = "0.1.44"
[lints.rust]
missing_docs = "warn"