# 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 = "pso-rs" version = "2.2.4" authors = ["Christos Zonios "] exclude = ["src/bin", "screenshots"] description = "An easy-to-use, simple Particle Swarm Optimization implementation in Rust." homepage = "https://czonios.github.io/pso-rs/" documentation = "https://docs.rs/pso-rs/latest/pso_rs/" license = "MIT" repository = "https://github.com/czonios/pso-rs" [dependencies.indicatif] version = "^0.16.2" [dependencies.rand] version = "^0.8.4" [dependencies.rayon] version = "^1.5.1"