h5rio 0.3.0

A simple HDF5 IO library
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 = "h5rio"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple HDF5 IO library"
documentation = "https://docs.rs/h5rio"
readme = "README.md"
keywords = [
    "hdf5",
    "simple",
    "io",
]
license = "GPL-3.0"
repository = "https://github.com/gonzaponte/h5rio"

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

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

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

[dependencies.h5rio_macros]
version = "0.3.0"

[dependencies.hdf5_metno]
version = "0.12.3"
features = ["blosc-zlib"]
package = "hdf5-metno"

[dependencies.ndarray]
version = "0.17.2"

[dev-dependencies.float_eq]
version = "1.0.1"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.rstest]
version = "0.26.1"

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