Cargo Features

GDAL has no features set by default.

[dependencies]
gdal = { version = "0.18.0", features = ["bindgen", "array", "gdal-src"] }
bindgen

Enables bindgen of gdal-sys

array = ndarray

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

gdal-src implicit feature

Enables gdal-src

gdal-src:

Build script for compiling GDAL from source

ndarray array?