vrp-cli 1.18.4

A command line interface for VRP solver
Documentation
[dependencies.csv]
optional = true
version = "1.1.6"

[dependencies.serde]
features = ["derive"]
version = "1.0.143"

[dependencies.serde_json]
version = "1.0.83"

[dependencies.vrp-core]
version = "1.18.4"

[dependencies.vrp-pragmatic]
version = "1.18.4"

[dependencies.vrp-scientific]
optional = true
version = "1.18.4"
[dev-dependencies.tempfile]
version = "3.3.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"
version = "1.18.4"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.clap]
version = "3.2.17"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.ctrlc]
features = ["termination"]
version = "3.2.3"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.num_cpus]
version = "1.13.1"
[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
version = "0.3.59"

[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
features = ["serde-serialize"]
version = "0.2.82"