# 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 = "eviolite" version = "0.1.1" authors = ["Jacqueline Kulas"] exclude = ["references.bib"] description = "Toolkit for working with evolutionary algorithms" documentation = "https://docs.rs/eviolite" readme = "README.md" keywords = [ "evolution", "genetic", "algorithm", "optimization", "random", ] categories = [ "mathematics", "science", "simulation", "algorithms", ] license = "MIT" repository = "https://github.com/jqkul/eviolite" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.itertools] version = "0.10" [dependencies.ndarray] version = "0.15" optional = true [dependencies.num-traits] version = "0.2" optional = true [dependencies.rand] version = "0.8" [dependencies.rand_distr] version = "0.4" optional = true [dependencies.rand_xoshiro] version = "0.6" [dependencies.rayon] version = "1.6" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.ndarray] version = "0.15" [dev-dependencies.ndarray-rand] version = "0.14" [dev-dependencies.num] version = "0.4" [features] ndarray = [ "dep:ndarray", "dep:num-traits", "dep:rand_distr", ]