# 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 = "mincost" version = "0.1.3" authors = ["Eric "] description = "A collection of modern heuristic optimization toolkit" readme = "README.md" keywords = [ "heuristic", "genetic-algorithm", "simulated-annealing", "particle-swarm", ] license = "MIT OR Apache-2.0" repository = "https://github.com/erihsu/mincost" [dependencies.fastrand] version = "1.4" [features] default = [ "ga", "sa", "pso", "normal", ] ga = [] normal = [] pso = [] sa = [] shuffle = []