# 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 = "proj-sys" version = "0.24.0" authors = ["The Georust developers "] build = "build.rs" links = "proj" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for PROJ v9.4.x" readme = "README.md" keywords = [ "proj", "projection", "osgeo", "geo", "geospatial", ] license = "MIT OR Apache-2.0" repository = "https://github.com/georust/proj" resolver = "1" [package.metadata.docs.rs] features = ["nobuild"] [lib] name = "proj_sys" path = "src/lib.rs" [dependencies.libsqlite3-sys] version = "0.28" [dependencies.link-cplusplus] version = "1.0" [build-dependencies.bindgen] version = "0.69" optional = true [build-dependencies.cmake] version = "0.1.50" [build-dependencies.flate2] version = "1.0.24" [build-dependencies.pkg-config] version = "0.3.25" [build-dependencies.tar] version = "0.4.40" [features] buildtime_bindgen = ["dep:bindgen"] bundled_proj = [] network = ["tiff"] nobuild = [] pkg_config = [] tiff = []