# 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 = "mahf-tsplib" version = "0.1.0" authors = ["Leopold Luley "] description = "TSPLIB problem library for MAHF" readme = "Readme.md" keywords = [ "mahf", "tsplib", "benchmark", "optimization", "tsp", ] categories = [ "science", "algorithms", ] license = "GPL-3.0-or-later" repository = "https://github.com/mahf-opt/mahf-tsplib" [dependencies.anyhow] version = "1.0.51" [dependencies.include_dir] version = "0.7.3" [dependencies.mahf] version = "0.1.0" [dependencies.serde] version = "1.0.131" features = ["derive"] [dependencies.strum] version = "0.24.1" features = ["derive"] [dependencies.tspf] version = "0.3.1"