[package]
edition = "2024"
name = "tiff-forge"
version = "0.5.2"
authors = [
"PedroGonçaloCorreia <goncalerta@gmail.com>",
"Jake Cahill <kaelscion@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust library for working with TIFF and BigTIFF files."
homepage = "https://github.com/kaelscion/tiff-forge"
readme = "README.md"
license = "MIT"
repository = "https://github.com/kaelscion/tiff-forge"
[lib]
name = "tiff_forge"
path = "src/lib.rs"
[dependencies.byteorder]
version = "1.5.0"