[dependencies.csv]
optional = true
version = "1.2.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.158"
[dependencies.serde_json]
version = "1.0.94"
[dependencies.vrp-core]
version = "1.19.2"
[dependencies.vrp-pragmatic]
version = "1.19.2"
[dependencies.vrp-scientific]
optional = true
version = "1.19.2"
[dev-dependencies.tempfile]
version = "3.4.0"
[features]
csv-format = ["csv"]
default = ["csv-format", "scientific-format"]
scientific-format = ["vrp-scientific"]
[lib]
crate-type = ["cdylib", "lib"]
name = "vrp_cli"
[package]
authors = ["Ilya Builuk <ilya.builuk@gmail.com>"]
categories = ["algorithms", "science"]
description = "A command line interface for VRP solver"
edition = "2021"
homepage = "https://github.com/reinterpretcat/vrp"
keywords = ["vrp", "optimization"]
license = "Apache-2.0"
name = "vrp-cli"
readme = "README.md"
repository = "https://github.com/reinterpretcat/vrp"
resolver = "1"
version = "1.19.2"
[target."cfg(all(not(target_arch = \"wasm32\"), not(tarpaulin)))".dependencies.pyo3]
features = ["extension-module"]
version = "0.18.1"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.clap]
version = "4.1.11"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.ctrlc]
features = ["termination"]
version = "3.2.5"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.num_cpus]
version = "1.15.0"
[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
version = "0.3.61"
[target."cfg(target_arch = \"wasm32\")".dependencies.serde-wasm-bindgen]
version = "0.5.0"
[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
version = "0.2.84"