# 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-src" version = "0.9.2" authors = [ "Ivan Smirnov ", "Magnus Ulimoen ", ] 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/**", "ext/hdf5/HDF5Examples/**", "ext/hdf5/doxygen/**", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Build script for compiling HDF5 C library from source." homepage = "https://github.com/metno/hdf5-rust" readme = "README.md" keywords = ["hdf5"] categories = ["development-tools::ffi"] license-file = "ext/hdf5/COPYING" repository = "https://github.com/metno/hdf5-rust" [lib] name = "hdf5_metno_src" path = "src/lib.rs" [dependencies.libz-sys] version = "1.1" features = [ "static", "libc", ] optional = true default-features = false [build-dependencies.cmake] version = "0.1" [features] deprecated = [] hl = [] threadsafe = [] zlib = ["dep:libz-sys"]