[package] name = "pso_rust" version = "0.1.0" edition = "2021" description = "A rust implementation of the famous PSO method." license = "MIT" homepage = "https://github.com/Embers-of-the-Fire/PSO-Rust" license-file = "LICENSE" readme = "README.md" repository = "https://github.com/Embers-of-the-Fire/PSO-Rust.git" categories = ["mathematics", "algorithms"] keywords = ["algorithms", "optimization", "pso", "optimizer", "commonlib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.5"