# 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 = "vrp-core" version = "1.25.0" authors = ["Ilya Builuk "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A core algorithms to solve a Vehicle Routing Problem" homepage = "https://github.com/reinterpretcat/vrp" readme = "README.md" keywords = [ "vrp", "optimization", ] categories = [ "algorithms", "science", ] license = "Apache-2.0" repository = "https://github.com/reinterpretcat/vrp" [lib] name = "vrp_core" path = "src/lib.rs" [[example]] name = "custom_constraint" path = "examples/custom_constraint.rs" [[example]] name = "custom_objective" path = "examples/custom_objective.rs" [[example]] name = "cvrp" path = "examples/cvrp.rs" [[example]] name = "pdptw" path = "examples/pdptw.rs" [dependencies.lazy_static] version = "1.5.0" [dependencies.nohash-hasher] version = "0.2.0" [dependencies.paste] version = "1.0.15" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.rayon] version = "1.10.0" [dependencies.rosomaxa] version = "0.9.0" [dependencies.rustc-hash] version = "2.0.0" [dependencies.tinyvec] version = "1.8.0" features = ["alloc"]