# 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 = "evolutionary" version = "0.1.1" include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] description = "A fully extensible Rust framework for using paralyzed genetic algorithms to solve problems. " homepage = "https://github.com/IgorFroehner/evolutionary-computing" readme = "README.md" keywords = [ "framework", "genetic", "optimization", "evolutionary", "search", ] categories = [ "algorithms", "science", ] license = "MIT" repository = "https://github.com/IgorFroehner/evolutionary-computing" [dependencies.dyn-clone] version = "1.0.13" [dependencies.ordered-float] version = "4.2.0" default-features = false [dependencies.plotters] version = "0.3.5" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.7" [dependencies.serde] version = "1.0.136" [dependencies.serde_derive] version = "1.0.183" [dependencies.toml] version = "0.8.2"