# 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 = "2018" name = "hdf5-src" version = "0.8.1" authors = ["Ivan Smirnov "] build = "build.rs" links = "hdf5src" 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/**"] description = "Build script for compiling HDF5 C library from source." homepage = "https://github.com/aldanor/hdf5-rust" keywords = ["hdf5"] license-file = "ext/hdf5/COPYING" repository = "https://github.com/aldanor/hdf5-rust" [dependencies.libz-sys] version = "1.0.25" features = ["static"] optional = true default-features = false [build-dependencies.cmake] version = "0.1.44" [features] deprecated = [] hl = [] threadsafe = [] zlib = ["libz-sys"]