# 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-sys" version = "0.8.1" authors = [ "Michael Hiley ", "Magnus Ulimoen ", ] build = "build.rs" links = "netcdf" exclude = ["testdata/**"] autobins = false autoexamples = false autotests = false autobenches = false description = "FFI bindings to NetCDF" readme = "README.md" keywords = [ "netcdf", "hdf", "hdf5", "cdm", "ffi", ] categories = [ "development-tools::ffi", "filesystem", "science", ] license = "MIT" repository = "https://github.com/georust/netcdf" [package.metadata.docs.rs] features = ["static"] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "netcdf_sys" path = "src/lib.rs" [dependencies.curl-sys] version = "0.4.51" optional = true [dependencies.hdf5-sys] version = "0.9.1" package = "hdf5-metno-sys" [dependencies.libz-sys] version = "1.0.25" [dependencies.mpi-sys] version = "0.2.1" optional = true [dependencies.netcdf-src] version = "0.4.0" optional = true [dependencies.parking_lot] version = "0.12.3" [dev-dependencies] [build-dependencies.semver] version = "1.0.9" [features] dap = [ "dep:curl-sys", "netcdf-src?/dap", ] default = [] memio = [] mpi = [ "dep:mpi-sys", "netcdf-src?/mpi", ] static = [ "libz-sys/static", "hdf5-sys/static", "hdf5-sys/hl", "hdf5-sys/deprecated", "hdf5-sys/zlib", "dep:netcdf-src", "curl-sys?/static-curl", "curl-sys?/static-ssl", ]