kfb2zarr 0.1.3

Convert KFBio whole slide images (.kfb, .kfbf) to OME-Zarr
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.87"
name = "kfb2zarr"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert KFBio whole slide images (.kfb, .kfbf) to OME-Zarr"
homepage = "https://github.com/camlloyd/kfb2zarr"
documentation = "https://docs.rs/kfb2zarr"
readme = "README.md"
keywords = [
    "wsi",
    "zarr",
    "pathology",
    "cli",
]
categories = [
    "science",
    "encoding",
    "parser-implementations",
    "command-line-utilities",
    "filesystem",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/camlloyd/kfb2zarr"

[lib]
name = "kfb2zarr"
path = "src/lib.rs"

[[bin]]
name = "kfb2zarr"
path = "src/bin/kfb2zarr.rs"

[[test]]
name = "cli_tests"
path = "tests/cli_tests.rs"

[[test]]
name = "parser_tests"
path = "tests/parser_tests.rs"

[[test]]
name = "zarr_tests"
path = "tests/zarr_tests.rs"

[dependencies.anyhow]
version = "1"

[dependencies.byteorder]
version = "1"

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

[dependencies.memmap2]
version = "0.9"

[dependencies.rayon]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.zarrs]
version = "0.22"
features = [
    "blosc",
    "filesystem",
]

[dependencies.zune-core]
version = "0.4"

[dependencies.zune-jpeg]
version = "0.4"

[dev-dependencies.tempfile]
version = "3"