# 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 = "2021" name = "flavio" version = "0.4.6" authors = ["Michael R. Buche "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "flavio welcomes you" homepage = "https://github.com/mrbuche/flavio" documentation = "https://docs.rs/crate/flavio" readme = "README.md" keywords = [ "flavio", "mrbuche", ] categories = [ "mathematics", "science", ] license = "BSD-3-Clause" repository = "https://github.com/mrbuche/flavio" [package.metadata.docs.rs] features = ["fem"] rustdoc-args = [ "--html-in-header", ".github/katex.html", ] [profile.release] lto = false codegen-units = 1 [lib] name = "flavio" path = "src/lib.rs" [features] constitutive = ["mechanics"] fem = ["constitutive"] math = [] mechanics = ["math"]