hyperspec 0.6.1

Fast hyperspectral data processing for remote sensing and ML pipelines
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"
name = "hyperspec"
version = "0.6.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast hyperspectral data processing for remote sensing and ML pipelines"
readme = false
license = "Apache-2.0"
repository = "https://github.com/hyperstateco/hyperspec"
resolver = "2"

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

[dependencies.memmap2]
version = "0.9"

[dependencies.ndarray]
version = "0.17"

[dependencies.rayon]
version = "1.10"

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.zarrs]
version = "0.23"
features = [
    "filesystem",
    "ndarray",
    "gzip",
]
default-features = false

[dev-dependencies]