Cargo Features

[dependencies]
netcdf = { version = "0.10.5", default-features = false, features = ["static", "derive", "mpi", "ndarray"] }
default = ndarray

The ndarray feature is set by default whenever netcdf is added without default-features = false somewhere in the dependency tree.

static

Enables static of netcdf-sys

derive

Enables netcdf-derive

mpi

Enables mpi-sys, mpi of netcdf-sys

Affects netcdf::create_par_with, netcdf::open_par_with

ndarray default

Enables ndarray