[dependencies.anyhow]
default-features = false
version = "1.0"
[dependencies.arbitrary]
features = ["derive"]
optional = true
version = "1.4"
[dependencies.geogram_predicates]
version = "0.2.1"
[dependencies.log]
optional = true
version = "0.4"
[dependencies.nalgebra]
default-features = false
features = ["libm", "macros", "matrixmultiply"]
version = "0.33"
[dependencies.rayon]
version = "1.10"
[dev-dependencies]
[features]
default = ["std"]
log_timing = ["logging", "timing"]
logging = ["dep:log"]
std = ["anyhow/std", "nalgebra/std"]
timing = ["std"]
[lib]
name = "rita"
path = "src/lib.rs"
[package]
authors = ["Glenn Dittmann <glenn.dittmann@posteo.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "graphics"]
description = "2D and 3D Randomized Incremental Triangulation Algorithms"
edition = "2024"
keywords = ["computer-graphics", "triangulations", "delaunay", "geometry", "math"]
license = "MIT"
name = "rita"
readme = "README.md"
repository = "https://github.com/glennDittmann/rita"
resolver = "2"
rust-version = "1.85.0"
version = "0.2.1"