netcdf-src 0.5.0

Build scripts for building `netCDF` from source
Documentation
# 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.5.0"
authors = ["Magnus Ulimoen <magnusu@met.no>"]
build = "build.rs"
links = "netcdfsrc"
include = [
    "README.md",
    "Cargo.toml",
    "src/**/*.rs",
    "build.rs",
    "source/**/CMakeLists.txt",
    "source/**/*.cmake",
    "source/**/*.c",
    "source/**/*.h",
    "source/**/*.in",
    "source/libsrc/*.m4",
    "source/docs/netcdf.m4",
    "!source/docs/doxygen-awesome-css/**",
    "!source/docs/images/**",
    "!source/docs/old/**",
    "!source/NUG/**",
    "!source/dap4_test/**",
    "!source/examples/**",
    "!source/nc_test/**",
    "!source/nc_test4/**.nc",
    "!source/h5_test/**",
    "!source/nc_perf/**",
    "!source/nczarr_test/**",
    "!source/hdf5_test/**",
    "!source/ncdump/**",
    "!source/hdf4_test/**",
    "!source/ncgen/**",
    "!source/ncgen3/**",
    "!source/nctest/**",
    "!source/ncdap_test/**",
    "!source/nc_perf/**",
]
autolib = false
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"

[features]
dap = ["dep:link-cplusplus"]
mpi = []

[lib]
name = "netcdf_src"
path = "src/lib.rs"

[dependencies.hdf5-sys]
version = "0.11.1"
features = [
    "hl",
    "deprecated",
    "zlib",
    "static",
]
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"