# 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 = "ibn_battuta" version = "0.1.1" build = false include = [ "/src", "/benches", "/data", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust Library for Solving the Travelling Salesman Problem (TSP)" homepage = "https://github.com//BIRSAx2/ibn-battuta" readme = "README.md" keywords = [ "tsp", "genetic_algorithms", "simulated_annealing", "ACS", "RB-ACS", ] categories = ["algorithms"] license = "MIT OR Apache-2.0" repository = "https://github.com//BIRSAx2/ibn-battuta" [lib] name = "ibn_battuta" path = "src/lib.rs" [[bin]] name = "ibn_battuta" path = "src/main.rs" [[bench]] name = "benchmarks" path = "benches/benchmarks.rs" [dependencies.approx] version = "0.5.1" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.getset] version = "0.1.2" [dependencies.log] version = "0.4.20" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.10.0" [dev-dependencies.approx] version = "0.5.0"