# 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 = "topopt" version = "0.1.5" authors = ["Chris McComb "] exclude = ["mbb.gif"] description = "Topology optimization in pure Rust, based on 99 lines of MATLAB" homepage = "https://github.com/cmccomb/topopt-rs" documentation = "https://docs.rs/topopt" readme = "README.md" keywords = [ "optimization", "engineering", "topopt", ] categories = [ "science", "simulation", "aerospace::simulation", "algorithms", ] license = "MIT" repository = "https://github.com/cmccomb/topopt-rs" [dependencies.nalgebra] version = ">=0.30.0" features = ["rand"] [dependencies.nalgebra-sparse] version = ">=0.9.0" [dev-dependencies.mocktave] version = "0.1.4"