# 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 = "del-fem-core" version = "0.1.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "finite element method (FEM) utility codes" documentation = "https://docs.rs/del_fem" readme = "README.md" license = "MIT" repository = "https://github.com/nobuyuki83/del-fem/" [lib] name = "del_fem_core" path = "src/lib.rs" [dependencies.arrayref] version = "0.3.7" [dependencies.del-fem-ls] version = "0.1.4" [dependencies.del-geo-core] version = "0.1.32" [dependencies.del-geo-nalgebra] version = "0.1.32" [dependencies.del-msh-core] version = "0.1.36" [dependencies.itertools] version = "0.13.0" [dependencies.nalgebra] version = "0.33.0" [dependencies.num-traits] version = "0.2.19"