# 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-pragmatic" version = "1.25.0" authors = ["Ilya Builuk "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An extension logic for solving rich VRP" 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_pragmatic" path = "src/lib.rs" [[bench]] name = "pragmatic_simple" path = "benches/pragmatic_simple.rs" harness = false [dependencies.paste] version = "1.0.15" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.time] version = "0.3.36" features = [ "parsing", "formatting", ] [dependencies.vrp-core] version = "1.25.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.proptest] version = "1.5.0" [dev-dependencies.uuid] version = "1.11.0" features = ["v4"]