# 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 = "gemlab" version = "1.1.0" description = "Geometry and meshes laboratory for finite element analyses" homepage = "https://github.com/cpmech/gemlab" documentation = "https://docs.rs/gemlab" readme = "README.md" keywords = [ "geometry", "mesh", "fem", ] categories = [ "mathematics", "science", ] license = "MIT" repository = "https://github.com/cpmech/gemlab" [dependencies.plotpy] version = "0.6" [dependencies.russell_lab] version = "1.4" [dependencies.russell_sparse] version = "1.4" [dependencies.russell_stat] version = "1.4" [dependencies.russell_tensor] version = "1.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tritet] version = "0.4" [dev-dependencies.criterion] version = "0.5"