openmesh 0.2.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.2.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",
    "no-std",
]
license = "BSD-3-Clause"
repository = "https://github.com/p-sira/openmesh"

[features]
default = ["std"]
io = ["std"]
libm = ["num-traits/libm"]
nalgebra = ["dep:nalgebra"]
obj = [
    "io",
    "dep:obj",
]
rayon = [
    "std",
    "dep:rayon",
    "hashbrown/rayon",
]
std = ["num-traits/std"]
stl = [
    "io",
    "dep:stl_io",
]

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

[dependencies.hashbrown]
version = "0.16.1"
features = ["alloc"]
default-features = false

[dependencies.nalgebra]
version = "0.34.2"
optional = true
default-features = false

[dependencies.num-traits]
version = "0.2"
default-features = false

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

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

[dependencies.rustc-hash]
version = "2.1.2"
default-features = false

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

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