# 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.58" name = "gdal-sys" version = "0.10.0" authors = ["Johannes Drönner "] links = "gdal" description = "Low level GDAL bindings for Rust" categories = [ "science::geo", "api-bindings", ] license = "MIT" repository = "https://github.com/georust/gdal" [dependencies.libc] version = "0.2" [build-dependencies.bindgen] version = "0.69" optional = true [build-dependencies.pkg-config] version = "0.3" [build-dependencies.semver] version = "1.0"