[package] name = "qopt" version = "0.19.4" edition = "2021" description = "A simple optimization library." documentation = "https://docs.rs/qopt" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] maria-linalg = "0.10" rand = "0.8.5" rand_distr = "0.4.3" [lib] name = "qopt" path = "src/lib.rs"