# 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 = "fenris-solid" version = "0.0.33" authors = ["Andreas Longva "] description = "Solid mechanics functionality for fenris" license = "MIT OR Apache-2.0" repository = "https://github.com/InteractiveComputerGraphics/fenris" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "assets/doc-header.html", "--html-before-content", "assets/doc-header.html", ] [dependencies.fenris] version = "0.0.33" [dependencies.numeric_literals] version = "0.2.0" [dependencies.serde] version = "1.0.126" [dev-dependencies.fenris-optimize] version = "0.0.3" [dev-dependencies.matrixcompare] version = "0.3.0"