# 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 = "2021" name = "ghx_constrained_delaunay" version = "0.1.2" exclude = [ "assets/", "docs/assets", ] description = "2d constrained Delaunay triangulation" documentation = "https://docs.rs/ghx_constrained_delaunay" readme = "README.md" keywords = [ "gamedev", "triangulation", "delaunay", "2d", ] categories = [ "algorithms", "game-development", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Henauxg/ghx_constrained_delaunay" [dependencies.arrayvec] version = "0.7.4" [dependencies.glam] version = ">=0.21, <=0.28" [dependencies.hashbrown] version = "0.14.5" [dependencies.rayon] version = "1.10.0" optional = true [dependencies.thiserror] version = "1.0.63" [dependencies.tracing] version = "0.1.40" [features] debug_context = [] default = [] f64 = [] more_profile_traces = ["profile_traces"] parallel_filtering = ["dep:rayon"] profile_traces = [] progress_log = ["debug_context"] u64_indexes = []