conspire 0.5.4

c o n s p i r e
Documentation
[features]
constitutive = ["mechanics"]
fem = ["constitutive"]
math = []
mechanics = ["math"]

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

[package]
authors = ["Michael R. Buche <dev@mrbuche.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "science"]
description = "c o n s p i r e"
documentation = "https://docs.rs/crate/conspire"
edition = "2021"
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.4"

[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"