[package] name = "extdivga" version = "0.1.0" edition = "2021" authors = ["DAHameedi32", "KGrewal1"] license = "MIT" description = "Uses a genetic algorithm to find the matrix representation of the exterior derivative" readme = "readme.md" repository = "https://github.com/DAHameedi32/Ext_div_GA/tree/KG_branch" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] faer-core = "0.11.0" faer-lu = "0.11.0" faer-qr = "0.11.0" faer-cholesky = "0.11.0" faer-svd = "0.11.0" rand = "0.8.5"