stripack 0.1.2

Safe wrapper for STRIPACK for Delaunay triangulation on the unit sphere
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.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"