[dependencies.hdf5]
package = "hdf5-metno"
version = "0.11"
[dependencies.indexmap]
version = "2.7"
[dependencies.ndarray]
version = "0.17"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[dev-dependencies.tempfile]
version = "3.14"
[features]
default = []
hdf5-blosc = ["hdf5/blosc"]
hdf5-complex = ["hdf5/complex"]
hdf5-f16 = ["hdf5/f16"]
hdf5-lzf = ["hdf5/lzf"]
hdf5-mpio = ["hdf5/mpio"]
hdf5-sys-static = ["hdf5/static"]
hdf5-zlib = ["hdf5/zlib"]
serde = ["dep:serde", "indexmap/serde"]
[lib]
name = "dotthz"
path = "src/lib.rs"
[package]
authors = ["Linus Leo Stöckli"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem"]
description = "Crate to open and write dotThz files in rust."
documentation = "https://docs.rs/dotthz-rs"
edition = "2021"
homepage = "https://github.com/dotTHzTAG/dotthz-rs"
keywords = ["dotThz", "Thz-spectroscopy", "io"]
license = "MIT"
name = "dotthz"
readme = "README.md"
repository = "https://github.com/dotTHzTAG/dotthz-rs"
version = "0.3.0"