# 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 = "fem_2d" version = "0.2.2" authors = ["Jeremiah Corrado"] exclude = [ "/test_input/", "/test_output/", "paper.bib", "paper.md", ".github/workflows/*", ] description = "2D Finite Element Method Toolkit" readme = "README.md" keywords = [ "fem", "math", "simulation", "solver", ] categories = [ "Science", "Simulation", "Mathematics", ] license = "MIT" repository = "https://github.com/jeremiah-corrado/fem_2d/" resolver = "2" [dependencies.bytes] version = "1.1.0" [dependencies.json] version = "0.12.4" [dependencies.nalgebra] version = "0.30.1" [dependencies.num-complex] version = "0.4.0" [dependencies.rayon] version = "1.5.1" [dependencies.smallvec] version = "1.8.0" [features] default = ["json_export"] json_export = [] max_ortho_basis = []