openmesh 0.1.1

Vertex-face mesh validation library
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 = "openmesh"
version = "0.1.1"
build = false
include = [
    "/src",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vertex-face mesh validation library"
homepage = "https://github.com/p-sira/openmesh"
documentation = "https://docs.rs/openmesh"
readme = "README.md"
keywords = [
    "mesh",
    "geometry",
    "validation",
    "topology",
    "graphics",
]
categories = [
    "graphics",
    "mathematics",
    "algorithms",
]
license = "BSD-3-Clause"
repository = "https://github.com/p-sira/openmesh"

[features]
default = []
io = []
obj = [
    "io",
    "dep:obj",
]
rayon = ["dep:rayon"]
stl = [
    "io",
    "dep:stl_io",
]

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

[dependencies.num-traits]
version = "0.2"

[dependencies.obj]
version = "0.10.2"
optional = true

[dependencies.rayon]
version = "1.10"
optional = true

[dependencies.rustc-hash]
version = "2.1.2"

[dependencies.stl_io]
version = "0.11"
optional = true

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