hdf5-sys 0.2.6

The package provides bindings to HDF5.
Documentation
[package]
name = "hdf5-sys"
version = "0.2.6"
authors = ["Ivan Ukhov <ivan.ukhov@gmail.com>"]
license = "MIT"
repository = "https://github.com/stainless-steel/hdf5-sys"
homepage = "https://github.com/stainless-steel/hdf5-sys"
documentation = "https://stainless-steel.github.io/hdf5-sys"
description = "The package provides bindings to HDF5."
build = "build.rs"
links = "hdf5"
exclude = ["source/tools/testfiles/*", "source/tools/*/testfiles/*"]

[dependencies]
libc = "*"

[build-dependencies]
pkg-config = "*"