[dependencies.nalgebra]
features = ["rand"]
version = ">=0.33.0"
[dependencies.nalgebra-sparse]
version = ">=0.10.0"
[dev-dependencies.mocktave]
version = "0.1.5"
[[example]]
name = "mbb"
path = "examples/mbb.rs"
[[example]]
name = "mbb_active"
path = "examples/mbb_active.rs"
[[example]]
name = "mbb_passive"
path = "examples/mbb_passive.rs"
[[example]]
name = "mbb_without_reflection"
path = "examples/mbb_without_reflection.rs"
[lib]
name = "topopt"
path = "src/lib.rs"
[package]
authors = ["Chris McComb <ccmcc2012@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "simulation", "aerospace::simulation", "algorithms"]
description = "Topology optimization in pure Rust, based on 99 lines of MATLAB"
documentation = "https://docs.rs/topopt"
edition = "2021"
exclude = ["mbb.gif"]
homepage = "https://github.com/cmccomb/topopt-rs"
keywords = ["optimization", "engineering", "topopt"]
license = "MIT"
name = "topopt"
readme = "README.md"
repository = "https://github.com/cmccomb/topopt-rs"
version = "0.1.6"
[[test]]
name = "test_against_octave"
path = "tests/test_against_octave.rs"