# 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 = "extdivga" version = "0.1.0" authors = [ "DAHameedi32", "KGrewal1", ] description = "Uses a genetic algorithm to find the matrix representation of the exterior derivative" readme = "readme.md" license = "MIT" repository = "https://github.com/DAHameedi32/Ext_div_GA/tree/KG_branch" [dependencies.faer-cholesky] version = "0.11.0" [dependencies.faer-core] version = "0.11.0" [dependencies.faer-lu] version = "0.11.0" [dependencies.faer-qr] version = "0.11.0" [dependencies.faer-svd] version = "0.11.0" [dependencies.rand] version = "0.8.5"