# 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 = "2021" rust-version = "1.80.0" name = "hdf5-metno-sys" version = "0.9.1" authors = [ "Ivan Smirnov ", "Magnus Ulimoen ", ] build = "build.rs" links = "hdf5" autobins = false autoexamples = false autotests = false autobenches = false description = "Native bindings to the HDF5 library." homepage = "https://github.com/metno/hdf5-rust" readme = "README.md" keywords = ["hdf5"] categories = [ "development-tools::ffi", "filesystem", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/metno/hdf5-rust" [package.metadata.docs.rs] features = [ "static", "zlib", ] [lib] name = "hdf5_metno_sys" path = "src/lib.rs" [dependencies.hdf5-src] version = "0.9.0" optional = true package = "hdf5-metno-src" [dependencies.libc] version = "0.2" [dependencies.libz-sys] version = "1.1" optional = true default-features = false [dependencies.mpi-sys] version = "0.2" optional = true [dependencies.parking_lot] version = "0.12.3" [build-dependencies.libloading] version = "0.8" [build-dependencies.regex] version = "1.10" [features] default = [] deprecated = ["hdf5-src?/deprecated"] hl = ["hdf5-src?/hl"] mpio = ["dep:mpi-sys"] static = ["dep:hdf5-src"] threadsafe = ["hdf5-src?/threadsafe"] zlib = [ "libz-sys", "hdf5-src?/zlib", ] [target.'cfg(any(all(unix, not(target_os = "macos")), windows))'.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.52" features = ["serialization-serde"]