# 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" rust-version = "1.65.0" name = "traitgraph-tsplib-io" version = "5.0.0" authors = ["Sebastian Schmidt "] description = "Functions to read and write graphs in TSPLIB format" homepage = "https://github.com/sebschmi/abstract-datastructures-rs" documentation = "https://docs.rs/traitgraph-tsplib-io" readme = "README.md" keywords = [ "graph", "trait", "abstract", "implementation", "tsplib", ] categories = [ "data-structures", "mathematics", "science", ] license = "BSD-2-Clause" repository = "https://github.com/sebschmi/abstract-datastructures-rs" resolver = "1" [dependencies.traitgraph] version = "5.0.0"