[package] name = "mahf-tsplib" version = "0.1.0" authors = ["Leopold Luley "] edition = "2021" description = "TSPLIB problem library for MAHF" readme = "Readme.md" license = "GPL-3.0-or-later" repository = "https://github.com/mahf-opt/mahf-tsplib" keywords = ["mahf", "tsplib", "benchmark", "optimization", "tsp"] categories = ["science", "algorithms"] [dependencies] mahf = "0.1.0" tspf = "0.3.1" include_dir = "0.7.3" anyhow = "1.0.51" strum = { version = "0.24.1", features = ["derive"] } serde = { version = "1.0.131", features = ["derive"] }