# 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.70" name = "gdal" version = "0.17.1" authors = [ "Alex Morega ", "Johannes Drönner ", ] description = "GDAL bindings for Rust" readme = "README.md" categories = [ "science::geo", "api-bindings", ] license = "MIT" repository = "https://github.com/georust/gdal" [package.metadata.docs.rs] features = ["array"] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.bitflags] version = "2.4" [dependencies.chrono] version = "0.4.26" default-features = false [dependencies.gdal-sys] version = "0.10" [dependencies.geo-types] version = "0.7.11" [dependencies.libc] version = "0.2" [dependencies.ndarray] version = "0.15" optional = true [dependencies.once_cell] version = "1.18" [dependencies.thiserror] version = "1.0" [dev-dependencies.arrow] version = "52.0" features = ["ffi"] default-features = false [dev-dependencies.tempfile] version = "3.8" [build-dependencies.semver] version = "1.0" [features] array = ["ndarray"] bindgen = ["gdal-sys/bindgen"] default = [] [lints.rust.unexpected_cfgs] level = "warn" priority = 0