fidget-mesh 0.5.0

Meshing of complex closed-form implicit surfaces
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"
rust-version = "1.92"
name = "fidget-mesh"
version = "0.5.0"
authors = ["Matt Keeter <matt.j.keeter@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Meshing of complex closed-form implicit surfaces"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/mkeeter/fidget"

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

[dependencies.arrayvec]
version = "0.7"

[dependencies.fidget-core]
version = "=0.5.0"

[dependencies.nalgebra]
version = "0.35"
features = ["serde-serialize"]

[dependencies.ordered-float]
version = "5"

[dependencies.rayon]
version = "1.10"

[dependencies.static_assertions]
version = "1"

[dependencies.workspace-hack]
version = "0.1"