pantometry-shape 0.16.0

Designed geometry as simulation input: triangle meshes read, measured, and turned into the cells a domain fills
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 = "2021"
name = "pantometry-shape"
version = "0.16.0"
authors = ["Younghyeon Park and pantometry contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Designed geometry as simulation input: triangle meshes read, measured, and turned into the cells a domain fills"
readme = "README.md"
keywords = [
    "mesh",
    "voxel",
    "stl",
    "geometry",
    "simulation",
]
categories = [
    "science",
    "simulation",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/YounghyeonPark/pantometry"

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

[[test]]
name = "a_designed_shape"
path = "tests/a_designed_shape.rs"

[dependencies.glam]
version = "0.29"
features = ["serde"]

[dependencies.pantometry-units]
version = "0.16.0"