earclip 1.8.0

Triangle mesh designed to be fast, efficient, and sphere capable.
Documentation
[[bench]]
harness = false
name = "benchmark"
path = "benches/benchmark.rs"

[dependencies.libm]
version = "0.2"

[dependencies.s2json]
version = "1"

[dev-dependencies.criterion]
version = "0.8"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.serde_json]
features = ["float_roundtrip"]
version = "1.0"

[lib]
bench = true
name = "earclip"
path = "rust/lib.rs"

[package]
authors = ["Craig O'Connor <oconnorct1@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "algorithms"]
description = "Triangle mesh designed to be fast, efficient, and sphere capable."
documentation = "https://docs.rs/earclip"
edition = "2024"
exclude = ["/assets", "/benchmarks", "/coverage", "/docs", "/tests", "/tools", "/src", ".github", ".helix"]
homepage = "https://github.com/Open-S2/earclip"
keywords = ["earclip", "earcut", "gis", "low-cost-code"]
license = "MIT"
name = "earclip"
readme = "README.md"
repository = "https://github.com/Open-S2/earclip"
rust-version = "1.91.0"
version = "1.8.0"

[profile.bench]
opt-level = 3