[package]
edition = "2024"
name = "russell_tensor"
version = "2.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tensor analysis, calculus, and functions for continuum mechanics"
homepage = "https://github.com/cpmech/russell"
documentation = "https://docs.rs/russell_tensor"
readme = "README.md"
keywords = [
"tensor",
"Voigt",
"Mandel",
"continuum",
"mechanics",
]
categories = [
"mathematics",
"science",
]
license = "MIT"
repository = "https://github.com/cpmech/russell"
resolver = "2"
[features]
intel_mkl = ["russell_lab/intel_mkl"]
[lib]
name = "russell_tensor"
path = "src/lib.rs"
[[example]]
name = "allocating_second_order_tensors"
path = "examples/allocating_second_order_tensors.rs"
[dependencies.russell_lab]
version = "2"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dev-dependencies.serde_json]
version = "1.0"