# 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 = "simple_optimization" version = "0.12.1" authors = ["Jonathan "] description = "Simpler optimizers for simple optimization." documentation = "https://docs.rs/simple_optimization/" readme = "README.md" keywords = ["optimization"] categories = ["algorithms", "mathematics", "science"] license = "Apache-2.0" repository = "https://github.com/JonathanWoollett-Light/simple_optimization" [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", "katex-header.html"] [[bench]] name = "benches" harness = false [dependencies.itertools] version = "0.10.1" [dependencies.num] version = "0.4.0" [dependencies.num_cpus] version = "1.13.0" [dependencies.print_duration] version = "1.0.0" [dependencies.rand] version = "0.8.4" [dependencies.rand_distr] version = "0.4.1" [dev-dependencies.criterion] version = "0.3"