# 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 = "tsp-solver" version = "0.0.1" authors = ["Aster <192607617@qq.com>"] description = "Genetic travelling salesman problem solver" documentation = "https://docs.rs/tsp-solver" readme = "Readme.md" license = "MPL-2.0" repository = "https://github.com/oovm/tsp-art" resolver = "1" [dependencies.gen-iter] version = "0.3.0" [dependencies.ndarray] version = "0.15.6" features = ["serde"] [dependencies.num] version = "0.4.0" [dependencies.rand] version = "0.8.5" features = [ "serde", "small_rng", ] [dependencies.serde] version = "1.0.158" [dependencies.serde_json] version = "1.0.94" [dependencies.tracing] version = "0.1.37" [dependencies.uuid] version = "1.3.0" features = [ "serde", "v4", ] [dev-dependencies] [features] default = []