# 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 = "2018" rust-version = "1.63" name = "proj" version = "0.27.2" authors = ["The Georust Developers "] description = "High-level Rust bindings for the latest stable version of PROJ" documentation = "https://docs.rs/proj/" readme = "README.md" keywords = [ "proj", "projection", "osgeo", "geo", ] license = "MIT OR Apache-2.0" repository = "https://github.com/georust/proj" [package.metadata.docs.rs] features = [ "proj-sys/nobuild", "network", "geo-types", ] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.geo-types] version = "0.7.10" optional = true [dependencies.libc] version = "0.2.119" [dependencies.num-traits] version = "0.2.14" [dependencies.proj-sys] version = "0.23.1" [dependencies.reqwest] version = "0.11.9" features = [ "blocking", "rustls-tls", ] optional = true default-features = false [dependencies.thiserror] version = "1.0.30" [dev-dependencies.approx] version = ">= 0.4.0, < 0.6.0" [dev-dependencies.geo-types] version = "0.7.10" features = ["approx"] [features] bundled_proj = ["proj-sys/bundled_proj"] default = ["geo-types"] network = [ "reqwest", "proj-sys/network", ] pkg_config = ["proj-sys/pkg_config"]