geometry-cs 0.0.8

Coordinate system types: Cartesian, Spherical, Geographic, and angle units.
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-cs"
version = "0.0.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Coordinate system types: Cartesian, Spherical, Geographic, and angle units."
readme = "README.md"
keywords = [
    "geometry",
    "gis",
    "spatial",
    "boost",
    "computation",
]
categories = [
    "science::geo",
    "algorithms",
    "mathematics",
    "no-std",
]
license = "BSL-1.0"
repository = "https://github.com/pentatonick/boost_geometry"

[features]
default = ["std"]
libm = ["geometry-coords/libm"]
std = ["geometry-coords/std"]

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

[[test]]
name = "conversion"
path = "tests/conversion.rs"

[dependencies.geometry-coords]
version = "0.0.8"
default-features = false

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

[lints.rust]
unsafe_code = "forbid"