# 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 = "russell_tensor" version = "1.9.0" build = 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" [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 = "1.0.0" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [features] intel_mkl = ["russell_lab/intel_mkl"]