[package]
edition = "2024"
rust-version = "1.93.1"
name = "stripack"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe wrapper for STRIPACK for Delaunay triangulation on the unit sphere"
documentation = "https://docs.rs/stripack"
readme = "README.md"
keywords = [
"triangle",
"mesh",
"delaunay",
"sphere",
"voronoi",
]
categories = [
"algorithms",
"mathematics",
"science",
"data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ChosunOne/stripack"
[lib]
name = "stripack"
path = "src/lib.rs"
[dependencies.stripack-sys]
version = "^0.1.2"
[dependencies.thiserror]
version = "^2.0.18"
[dev-dependencies.proptest]
version = "^1.10.0"
features = ["std"]
[dev-dependencies.test-strategy]
version = "^0.4.5"