automesh 0.4.2

Automatic mesh generation.
# 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 = "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