proj 0.21.0

High-level Rust bindings for the latest stable version of PROJ
Documentation
[dependencies.geo-types]
optional = true
version = "0.7"

[dependencies.libc]
version = "0.2.62"

[dependencies.num-traits]
version = "0.2.8"

[dependencies.proj-sys]
version = "0.18.4"

[dependencies.reqwest]
default-features = false
features = ["blocking", "rustls-tls"]
optional = true
version = "0.11.0"

[dependencies.thiserror]
version = "1.0.4"
[dev-dependencies.approx]
version = "0.3"

[features]
bundled_proj = ["proj-sys/bundled_proj"]
bundled_proj_tiff = ["proj-sys/bundled_proj_tiff"]
default = ["geo-types"]
network = ["bundled_proj_tiff", "reqwest"]
pkg_config = ["proj-sys/pkg_config"]

[package]
authors = ["The Georust Developers <mods@georust.org>"]
description = "High-level Rust bindings for the latest stable version of PROJ"
documentation = "https://docs.rs/proj/"
edition = "2018"
keywords = ["proj", "projection", "osgeo", "geo"]
license = "MIT/Apache-2.0"
name = "proj"
readme = "README.md"
repository = "https://github.com/georust/proj"
version = "0.21.0"
[package.metadata.docs.rs]
features = ["proj-sys/nobuild", "network", "geo-types"]
rustdoc-args = ["--cfg", "docsrs"]