# 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 = "walky" version = "1.1.0" authors = [ "Lars Quentin ", "Johann Carl Meyer ", ] exclude = [ "benchmarks/*", "utils/*", ] description = "A TSP solver written in Rust" homepage = "https://github.com/lquenti/walky" readme = "./README.md" license = "MIT" repository = "https://github.com/lquenti/walky" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 2 [dependencies.clap] version = "4.2.5" features = ["derive"] [dependencies.delegate] version = "0.9.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.mpi] version = "0.6" features = [ "user-operations", "derive", ] optional = true [dependencies.nalgebra] version = "0.32" features = ["rayon"] [dependencies.ordered-float] version = "3.7.0" features = ["serde"] [dependencies.priority-queue] version = "1.3.1" [dependencies.quick-xml] version = "0.28.2" features = ["serialize"] [dependencies.rand] version = "0.8" [dependencies.rayon] version = "1.7.0" [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde] version = "1.0.160" features = ["derive"] [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.quickcheck_macros] version = "1.0.0" [features] benchmarking = []