[package]
edition = "2024"
name = "automesh"
version = "0.4.2"
authors = [
"Chad B. Hovey <chovey@sandia.gov>",
"Michael R. Buche <mrbuche@sandia.gov>",
]
build = "build.rs"
exclude = [
".github/",
"book*",
"pubs/",
"sandbox/",
"tests/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Automatic mesh generation."
homepage = "https://autotwin.github.io/automesh"
documentation = "https://docs.rs/automesh"
readme = "README.md"
keywords = ["mesh"]
categories = [
"mathematics",
"science",
]
license = "GPL-3.0"
repository = "https://github.com/autotwin/automesh"
[package.metadata.docs.rs]
rustdoc-args = [
"--html-in-header",
"docs/katex.html",
]
[[bin]]
name = "automesh"
path = "src/main.rs"
[dependencies.clap]
version = "=4.6.4"
features = ["derive"]
[dependencies.conspire]
version = "=0.7.2"
features = [
"geometry",
"netcdf",
]
[profile.release]
lto = true
codegen-units = 1