flavio 0.5.0

flavio welcomes you
Documentation
[features]
constitutive = ["mechanics"]
fem = ["constitutive"]
math = []
mechanics = ["math"]

[lib]
name = "flavio"
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 = "flavio welcomes you"
documentation = "https://docs.rs/crate/flavio"
edition = "2021"
homepage = "https://github.com/mrbuche/flavio"
keywords = ["flavio", "mrbuche"]
license = "GPL-3.0"
name = "flavio"
readme = "README.md"
repository = "https://github.com/mrbuche/flavio"
version = "0.5.0"

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