hdf5-src 0.8.1

Build script for compiling HDF5 C library from source.
Documentation
[build-dependencies.cmake]
version = "0.1.44"
[dependencies.libz-sys]
default-features = false
features = ["static"]
optional = true
version = "1.0.25"

[features]
deprecated = []
hl = []
threadsafe = []
zlib = ["libz-sys"]

[package]
authors = ["Ivan Smirnov <i.s.smirnov@gmail.com>"]
build = "build.rs"
description = "Build script for compiling HDF5 C library from source."
edition = "2018"
exclude = ["ext/hdf5/bin/**", "ext/hdf5/c++/**", "ext/hdf5/examples/**", "ext/hdf5/fortran/**", "ext/hdf5/java/**", "ext/hdf5/release_docs/**", "ext/hdf5/test/**", "ext/hdf5/testpar/**", "ext/hdf5/tools/**", "ext/hdf5/hl/test/**", "ext/hdf5/hl/tools/**", "ext/hdf5/hl/examples/**"]
homepage = "https://github.com/aldanor/hdf5-rust"
keywords = ["hdf5"]
license-file = "ext/hdf5/COPYING"
links = "hdf5src"
name = "hdf5-src"
repository = "https://github.com/aldanor/hdf5-rust"
version = "0.8.1"