proj-sys 0.13.0

Rust bindings for PROJ v7.0.x
Documentation
[package]
name = "proj-sys"
description = "Rust bindings for PROJ v7.0.x"
repository = "https://github.com/urschrei/proj-sys"
version = "0.13.0"
readme = "README.md"
authors = ["Stephan Hügel <urschrei@gmail.com>"]
keywords = ["proj", "projection", "osgeo", "geo", "geospatial"]
license = "MIT/Apache-2.0"
edition = "2018"

[dependencies]

[build-dependencies]
bindgen = "0.52.0"

[features]
nobuild = []

[package.metadata.docs.rs]
features = [ "nobuild" ] # This feature will be enabled during the docs.rs build