# 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 = "rapid_solve" version = "0.1.4" authors = ["Leon Sering"] include = [ "**/*.rs", "Cargo.toml", "README.md", "resources/**", ] description = "This library provides a metaheuristic framework for solving combinatorial optimization problems." readme = "README.md" keywords = [ "metaheuristic", "local_search", "simulated_annealing", "threshold_accepting", "tabu_search", ] categories = [ "algorithms", "science", ] license = "MIT" repository = "https://github.com/LeonSering/rapid_solve" [[bin]] name = "rapid_solve_tsp_example" path = "src/examples/tsp/main.rs" [dependencies.itertools] version = "0.12.0" [dependencies.rand] version = "0.8.4" [dependencies.rapid_time] version = "0.1.2" [dependencies.rayon] version = "1.5.1" [dependencies.serde_json] version = "1.0" features = ["preserve_order"]