hdf5-sys 0.7.1

Native bindings to the HDF5 library.
Documentation
[build-dependencies.libloading]
version = "0.6"

[build-dependencies.regex]
features = ["std"]
version = "1.3"
[dependencies.hdf5-src]
optional = true
version = "0.7.1"

[dependencies.libc]
version = "0.2"

[dependencies.libz-sys]
optional = true
version = "1.0.25"

[dependencies.mpi-sys]
optional = true
version = "0.1"

[features]
default = []
deprecated = ["hdf5-src/deprecated"]
hl = ["hdf5-src/hl"]
mpio = ["mpi-sys"]
static = ["hdf5-src"]
threadsafe = ["hdf5-src/threadsafe"]
zlib = ["libz-sys", "hdf5-src/zlib"]

[package]
authors = ["Ivan Smirnov <i.s.smirnov@gmail.com>"]
build = "build.rs"
description = "Native bindings to the HDF5 library."
edition = "2018"
homepage = "https://github.com/aldanor/hdf5-rust"
keywords = ["hdf5"]
license = "MIT OR Apache-2.0"
links = "hdf5"
name = "hdf5-sys"
readme = "README.md"
repository = "https://github.com/aldanor/hdf5-rust"
version = "0.7.1"
[package.metadata.docs.rs]
features = ["static", "zlib"]
[target."cfg(all(unix, not(target_os = \"macos\")))".build-dependencies.pkg-config]
version = "0.3"
[target."cfg(windows)".build-dependencies.serde]
version = "1.0"

[target."cfg(windows)".build-dependencies.serde_derive]
version = "1.0"

[target."cfg(windows)".build-dependencies.winreg]
features = ["serialization-serde"]
version = "0.8"