[package]
edition = "2024"
rust-version = "1.93.0"
name = "stripack-sys"
version = "0.1.1"
build = "build.rs"
links = "stripack"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw Rust FFI bindings to STRIPACK for Delaunay triangulation on the unit sphere"
documentation = "https://docs.rs/stripack-sys"
readme = "README.md"
keywords = [
"triangle",
"mesh",
"delaunay",
"sphere",
"voronoi",
]
categories = [
"algorithms",
"external-ffi-bindings",
"mathematics",
"science",
"data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ChosunOne/stripack-sys"
[lib]
name = "stripack_sys"
path = "src/lib.rs"
[dev-dependencies.proptest]
version = "^1.9.0"
features = ["std"]
[dev-dependencies.rstest]
version = "^0.26.1"
[dev-dependencies.test-strategy]
version = "^0.4.4"
[build-dependencies.which]
version = "^8.0.0"