geometry-proj 0.0.5

Coordinate-reference-system reprojection for the geometry kernel, backed by the pure-Rust proj4rs engine.
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "geometry-proj"
version = "0.0.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Coordinate-reference-system reprojection for the geometry kernel, backed by the pure-Rust proj4rs engine."
readme = "README.md"
keywords = [
    "geometry",
    "gis",
    "spatial",
    "boost",
    "computation",
]
categories = [
    "science::geo",
    "algorithms",
    "mathematics",
    "no-std",
]
license = "BSL-1.0"
license-file = "LICENSE"
repository = "https://github.com/pentatonick/boost_geometry"

[lib]
name = "geometry_proj"
path = "src/lib.rs"

[dependencies.geometry-coords]
version = "0.0.5"

[dependencies.geometry-cs]
version = "0.0.5"

[dependencies.geometry-model]
version = "0.0.5"

[dependencies.geometry-tag]
version = "0.0.5"

[dependencies.geometry-trait]
version = "0.0.5"

[dependencies.proj4rs]
version = "0.1"
features = ["crs-definitions"]

[dependencies.proj4wkt]
version = "0.1"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"