# 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" rust-version = "1.80" name = "optirustic" version = "1.1.0" authors = ["Stefano Simoncelli <16114781+s-simoncelli@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A multi-objective optimisation framework for Rust" readme = "README.md" keywords = [ "genetic-algorithm", "optimisation", "multiobjective", "nsga2", "nsga3", ] categories = [ "science", "algorithms", ] license = "MIT" repository = "https://github.com/s-simoncelli/optirustic" [package.metadata.docs.rs] all-features = true cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] rustdoc-args = [ "--html-in-header", "src/katex-header.html", ] [profile.test] opt-level = 3 [lib] name = "optirustic" path = "src/lib.rs" [[example]] name = "convergence" path = "examples/convergence.rs" [[example]] name = "nsga2_sch" path = "examples/nsga2_sch.rs" [[example]] name = "nsga2_zdt1" path = "examples/nsga2_zdt1.rs" [[example]] name = "nsga3_dtlz1" path = "examples/nsga3_dtlz1.rs" [[example]] name = "nsga3_dtlz1_8obj" path = "examples/nsga3_dtlz1_8obj.rs" [[example]] name = "nsga3_dtlz2" path = "examples/nsga3_dtlz2.rs" [[example]] name = "nsga3_inverted_dtlz1" path = "examples/nsga3_inverted_dtlz1.rs" [[example]] name = "reference_points_1layer" path = "examples/reference_points_1layer.rs" [[example]] name = "reference_points_2layers" path = "examples/reference_points_2layers.rs" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.env_logger] version = "0.11.3" [dependencies.hv-fonseca-et-al-2006-sys] version = "2.0.2-rc.2" [dependencies.log] version = "0.4.21" [dependencies.nalgebra] version = "0.33.0" [dependencies.optirustic-macros] version = "1.0.0" [dependencies.ordered-float] version = "4.2.0" [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.rayon] version = "1.10.0" [dependencies.serde] version = "1.0.200" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.60" [dev-dependencies.float-cmp] version = "0.9.0"