[package]
edition = "2024"
name = "sphereql-core"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure spherical math primitives for sphereQL"
readme = "README.md"
keywords = [
"spherical",
"geometry",
"spatial",
"math",
"coordinates",
]
categories = [
"mathematics",
"science",
]
license = "MIT"
repository = "https://github.com/bkahan/sphereQL"
resolver = "2"
[lib]
name = "sphereql_core"
path = "src/lib.rs"
[[bench]]
name = "core_benchmarks"
path = "benches/core_benchmarks.rs"
harness = false
[dependencies.approx]
version = "0.5"
[dependencies.rayon]
version = "1.10"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.thiserror]
version = "2"
[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]
[dev-dependencies.proptest]
version = "1"