nd2-rs 0.1.6

Pure Rust library for reading Nikon ND2 microscopy files
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 = "2021"
rust-version = "1.70"
name = "nd2-rs"
version = "0.1.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust library for reading Nikon ND2 microscopy files"
homepage = "https://github.com/keejkrej/nd2-rs"
documentation = "https://docs.rs/nd2-rs"
readme = "README.md"
keywords = [
    "microscopy",
    "nd2",
    "nikon",
    "imaging",
    "bioimaging",
]
categories = [
    "parser-implementations",
    "science",
]
license = "MIT"
repository = "https://github.com/keejkrej/nd2-rs"

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

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

[[example]]
name = "read_metadata"
path = "examples/read_metadata.rs"

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

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

[dependencies.byteorder]
version = "1.5"

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

[dependencies.flate2]
version = "1.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.tiff]
version = "0.9"

[dev-dependencies.serde_json]
version = "1.0"