proj 0.26.0

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

[dependencies.libc]
version = "0.2.119"

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

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

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

[dependencies.thiserror]
version = "1.0.30"
[dev-dependencies.approx]
version = "0.4"

[dev-dependencies.geo-types]
features = ["approx"]
version = "0.7.3"

[features]
bundled_proj = ["proj-sys/bundled_proj"]
default = ["geo-types"]
network = ["reqwest", "proj-sys/network"]
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.26.0"
[package.metadata.docs.rs]
features = ["proj-sys/nobuild", "network", "geo-types"]
rustdoc-args = ["--cfg", "docsrs"]