[package] name = "gdal-sys" description = "Low level GDAL bindings for Rust" license = "MIT" version = "0.10.0" repository = "https://github.com/georust/gdal" authors = ["Johannes Drönner "] categories = ["science::geo", "api-bindings"] edition = "2021" rust-version = "1.58" links="gdal" [dependencies] libc = "0.2" [build-dependencies] bindgen = { version = "0.69", optional = true } pkg-config = "0.3" semver = "1.0"