unit-sphere 2.0.0

A library for performing geometric calculations on the surface of a sphere.
Documentation
[package]
name = "unit-sphere"
version = "2.0.0"
authors = ["Ken Barker <ken.barker@via-technology.aero>"]
description = "A library for performing geometric calculations on the surface of a sphere."
documentation = "https://docs.rs/unit-sphere/"
homepage = "https://github.com/kenba/unit-sphere-rs"
repository = "https://github.com/kenba/unit-sphere-rs"
readme = "README.md"
keywords = ["geometry", "navigation", "sphere"]
categories = ["mathematics", "no-std", "science"]
license = "MIT"
edition = "2024"

[dependencies]
angle-sc = "2.0"
nalgebra = "0.35"
num-traits = {version = "0.2", default-features = false, features = ["libm"] }
serde = { version = "1.0", default-features = false, features = ["derive"] }
thiserror = "2.0"

[dev-dependencies]
serde_json = "1.0"

[lints.rust]
unsafe_code = "forbid"

[lints.clippy]
enum_glob_use = "deny"
nursery = "deny"
pedantic = "deny"
unwrap_used = "deny"