stripack-sys 0.1.1

Raw Rust FFI bindings to 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.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"