# 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" name = "dotthz" version = "0.2.4" authors = ["Linus Leo Stöckli"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Crate to load and save dotThz files in rust." homepage = "https://github.com/hacknus/dotthz-rs" documentation = "https://docs.rs/dotthz-rs" readme = "README.md" keywords = [ "dotThz", "Thz-spectroscopy", "io", ] categories = ["filesystem"] license = "MIT" repository = "https://github.com/hacknus/dotthz-rs" [lib] name = "dotthz" path = "src/lib.rs" [dependencies.hdf5] version = "0.9" package = "hdf5-metno" [dependencies.indexmap] version = "2.6" [dependencies.ndarray] version = "0.16" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [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", ]