# 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 = "2018" name = "problem_generator" version = "0.3.1" authors = ["Tobias van Driessel "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "TD Mk Landscape benchmark generator, for use with black-box optimization algorithms." homepage = "https://github.com/tobiasvandriessel/problem-generator" readme = "README.md" keywords = [ "problem", "generator", "benchmark", "landscape", "black-box", ] license = "Apache-2.0" repository = "https://github.com/tobiasvandriessel/problem-generator" [lib] name = "problem_generator" path = "src/lib.rs" [[bin]] name = "codomain_generator" path = "src/bin/codomain_generator.rs" [[bin]] name = "problem_generator" path = "src/bin/problem_generator.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.env_logger] version = "0.8.2" [dependencies.indicatif] version = "0.15.0" features = ["rayon"] [dependencies.itertools] version = "0.10.0" [dependencies.log] version = "0.4.11" [dependencies.rand] version = "0.8.4" [dependencies.rand_chacha] version = "0.3.1" [dependencies.rayon] version = "1.5.0" [dependencies.ron] version = "0.6.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.structopt] version = "0.3.21" [dependencies.structopt-derive] version = "0.4.14"