solid-mechanics 0.1.0

Solid mechanics in Rust — stress/strain tensors, beam theory, FEM basics, yield criteria, energy methods
Documentation
# 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 = "solid-mechanics"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Solid mechanics in Rust — stress/strain tensors, beam theory, FEM basics, yield criteria, energy methods"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/SuperInstance/solid-mechanics"

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

[dependencies.nalgebra]
version = "0.33"
features = ["serde-serialize"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dev-dependencies.approx]
version = "0.5"