halfedge 0.1.0

A half-edge mesh data structure library for Rust: traversal, topology operations, geometry, subdivision, decimation, parameterization, geodesics, deformation, boolean operations, and more.
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"
name = "halfedge"
version = "0.1.0"
authors = ["nil-is-lin <nil.is.lin@gmail.com>"]
build = false
exclude = [
    "/docs",
    "/examples",
    "/benches",
    "/target",
    "/.github",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A half-edge mesh data structure library for Rust: traversal, topology operations, geometry, subdivision, decimation, parameterization, geodesics, deformation, boolean operations, and more."
homepage = "https://github.com/nil-is-lin/halfedge"
documentation = "https://docs.rs/halfedge"
readme = "README.md"
keywords = [
    "half-edge",
    "mesh",
    "geometry",
    "3d",
    "graphics",
]
categories = [
    "data-structures",
    "graphics",
    "mathematics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/nil-is-lin/halfedge"

[lib]
name = "halfedge"
path = "src/lib.rs"

[dependencies.rayon]
version = "1"

[dependencies.slotmap]
version = "1.0"

[dependencies.sprs]
version = "0.11"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]