# 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.77.0" name = "netcdf-src" version = "0.4.1" authors = ["Magnus Ulimoen "] build = "build.rs" links = "netcdfsrc" exclude = [ "source/unit_test/**", "source/NUG/**", "source/dap4_test/**", "source/examples/**", "source/nc_test/**", "source/h5_test/**", "source/nc_perf/**", "source/ncdump/**", "source/hdf4_test/**", "source/ncgen/**", "source/ncgen3/**", "source/nctest/**", "source/ncdap_test/**", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Build scripts for building `netCDF` from source" readme = "README.md" keywords = ["netcdf"] categories = ["filesystem"] license-file = "source/COPYRIGHT" repository = "https://github.com/georust/netcdf" [lib] name = "netcdf_src" path = "src/lib.rs" [dependencies.hdf5-sys] version = "0.9.1" features = [ "hl", "deprecated", "zlib", ] package = "hdf5-metno-sys" [dependencies.libz-sys] version = "1.0.25" [dependencies.link-cplusplus] version = "1.0.9" optional = true [build-dependencies.cmake] version = "0.1.44" [features] dap = ["dep:link-cplusplus"] mpi = []