# 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 = "sss_moo" version = "0.7.8" description = "SSS Many-Objective Optimization Framework" keywords = [ "moo", "optimization", ] license = "Apache-2.0" repository = "https://github.com/Tiikara/sss_moo" [profile.test] opt-level = 3 lto = true codegen-units = 1 inherits = "release" [dependencies.crossbeam] version = "0.8.1" [dependencies.dyn-clone] version = "1.0.10" [dependencies.itertools] version = "0.10.5" [dependencies.markdown-table] version = "0.1.0" [dependencies.ndarray] version = "0.15.6" [dependencies.num_cpus] version = "1.15.0" [dependencies.peeking_take_while] version = "1.0.0" [dependencies.plotters] version = "0.3.4" [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3" [dependencies.serde_json] version = "1.0.91" [dependencies.tempfile] version = "3.2" [dependencies.tokio] version = "1.24.1" features = ["full"]