netcdf 0.12.0

High-level NetCDF bindings for Rust
# 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"
version = "0.12.0"
authors = [
    "Michael Hiley <mhiley@gmail.com>",
    "Magnus Ulimoen <magnusu@met.no>",
]
build = "build.rs"
exclude = [
    "examples/**",
    "tests/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level NetCDF bindings for Rust"
readme = "README.md"
keywords = [
    "netcdf",
    "hdf",
    "hdf5",
    "libnetcdf",
    "netcdf4",
]
categories = [
    "science",
    "filesystem",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/georust/netcdf"

[package.metadata.docs.rs]
features = ["static"]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["ndarray"]
derive = ["dep:netcdf-derive"]
mpi = [
    "dep:mpi-sys",
    "netcdf-sys/mpi",
]
ndarray = ["dep:ndarray"]
static = ["netcdf-sys/static"]

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

[dependencies.bitflags]
version = "2.4.2"

[dependencies.libc]
version = "0.2.155"

[dependencies.mpi-sys]
version = "0.2.1"
optional = true

[dependencies.ndarray]
version = ">=0.15,<=0.17"
optional = true

[dependencies.netcdf-derive]
version = "0.1.0"
optional = true

[dependencies.netcdf-sys]
version = "0.9.0"

[dev-dependencies.clap]
version = "4.5.1"
features = ["derive"]

[dev-dependencies.tempfile]
version = "3.1.0"

[build-dependencies.semver]
version = "1.0.23"