# 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-sys" version = "0.8.1" authors = ["Ivan Smirnov "] build = "build.rs" links = "hdf5" description = "Native bindings to the HDF5 library." homepage = "https://github.com/aldanor/hdf5-rust" readme = "README.md" keywords = ["hdf5"] license = "MIT OR Apache-2.0" repository = "https://github.com/aldanor/hdf5-rust" [package.metadata.docs.rs] features = ["static", "zlib"] [dependencies.hdf5-src] version = "0.8.1" optional = true [dependencies.libc] version = "0.2" [dependencies.libz-sys] version = "1.0.25" optional = true default-features = false [dependencies.mpi-sys] version = "0.1" optional = true [build-dependencies.libloading] version = "0.7" [build-dependencies.regex] version = "1.3" features = ["std"] [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"] [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] version = "0.10" features = ["serialization-serde"]