russell_tensor 3.2.1

Tensor analysis, calculus, and functions for continuum mechanics
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 = "2024"
name = "russell_tensor"
version = "3.2.1"
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",
    "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 = "accuracy_check_eigenprojectors"
path = "examples/accuracy_check_eigenprojectors.rs"

[[example]]
name = "accuracy_check_eigenvalues"
path = "examples/accuracy_check_eigenvalues.rs"

[[example]]
name = "accuracy_check_invariants"
path = "examples/accuracy_check_invariants.rs"

[[example]]
name = "accuracy_check_polar_decomp"
path = "examples/accuracy_check_polar_decomp.rs"

[[example]]
name = "allocating_second_order_tensors"
path = "examples/allocating_second_order_tensors.rs"

[[example]]
name = "mazdziarz2024"
path = "examples/mazdziarz2024.rs"

[[example]]
name = "mazdziarz2025"
path = "examples/mazdziarz2025.rs"

[[example]]
name = "piezoelectric1"
path = "examples/piezoelectric1.rs"

[[example]]
name = "piezoelectric2"
path = "examples/piezoelectric2.rs"

[[example]]
name = "polar_decomp1"
path = "examples/polar_decomp1.rs"

[[example]]
name = "polar_decomp2"
path = "examples/polar_decomp2.rs"

[[example]]
name = "push_forward"
path = "examples/push_forward.rs"

[[example]]
name = "sample_operations"
path = "examples/sample_operations.rs"

[[bench]]
name = "eigen_values_benchmark"
path = "benchmarks/eigen_values_benchmark.rs"
harness = false

[[bench]]
name = "polar_decomp_benchmark"
path = "benchmarks/polar_decomp_benchmark.rs"
harness = false

[dependencies.russell_lab]
version = "3"

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

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.criterion]
version = "0.8"

[lints.clippy]
approx_constant = "allow"
bool_assert_comparison = "allow"
collapsible_if = "allow"
excessive_precision = "allow"
identity_op = "allow"
let_unit_value = "allow"
manual_is_multiple_of = "allow"
manual_range_contains = "allow"
needless_range_loop = "allow"
new_without_default = "allow"
too_many_arguments = "allow"
type_complexity = "allow"