conspire 0.5.9

The Rust interface to conspire.
Documentation
[features]
constitutive = ["mechanics"]
doc = []
fem = ["constitutive"]
math = []
mechanics = ["math"]

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

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(coverage_nightly)"]
level = "warn"
priority = 0

[package]
authors = ["Michael R. Buche <mrbuche@sandia.gov>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "science"]
description = "The Rust interface to conspire."
documentation = "https://docs.rs/crate/conspire"
edition = "2024"
homepage = "https://mrbuche.github.io/conspire"
keywords = ["conspire", "mrbuche"]
license = "GPL-3.0"
name = "conspire"
readme = "README.md"
repository = "https://github.com/mrbuche/conspire.rs"
version = "0.5.9"

[package.metadata.docs.rs]
features = ["fem"]
rustdoc-args = ["--html-in-header", ".github/katex.html"]

[profile.release]
codegen-units = 1
lto = true
panic = "abort"
strip = "symbols"

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