tiffwrite 2026.1.1

Write BioFormats/ImageJ compatible tiffs with zstd compression in parallel.
Documentation
# 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.1"
name = "tiffwrite"
version = "2026.1.1"
authors = ["Wim Pomp <w.pomp@nki.nl>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Write BioFormats/ImageJ compatible tiffs with zstd compression in parallel."
homepage = "https://github.com/wimpomp/tiffwrite"
documentation = "https://docs.rs/tiffwrite"
readme = "README.md"
keywords = [
    "bioformats",
    "tiff",
    "ndarray",
    "zstd",
    "fiji",
]
categories = [
    "multimedia::images",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/wimpomp/tiffwrite"

[features]
python = [
    "dep:pyo3",
    "dep:numpy",
    "dep:color-eyre",
]

[lib]
name = "tiffwrite"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.chrono]
version = "0.4"

[dependencies.color-eyre]
version = "0.6"
optional = true

[dependencies.colorcet]
version = "0.2"

[dependencies.colorgrad]
version = "0.8"

[dependencies.css-color]
version = "0.2"

[dependencies.flate2]
version = "1"

[dependencies.ndarray]
version = "0.17"

[dependencies.num]
version = "0.4"

[dependencies.numpy]
version = "0.27"
optional = true

[dependencies.pyo3]
version = "0.27"
features = [
    "extension-module",
    "abi3-py310",
    "eyre",
    "generate-import-lib",
    "multiple-pymethods",
]
optional = true

[dependencies.rayon]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.zstd]
version = "0.13"