vrp-cli 1.23.0

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

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

[dependencies.serde_json]
version = "1.0.108"

[dependencies.vrp-core]
optional = true
version = "1.23.0"

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

[dependencies.vrp-scientific]
optional = true
version = "1.23.0"
[dev-dependencies.tempfile]
version = "3.8.1"

[features]
async-evolution = ["vrp-core/async-evolution"]
csv-format = ["csv"]
default = ["vrp-core", "csv-format", "scientific-format"]
py_bindings = ["dep:pyo3"]
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.23.0"
[target."cfg(all(not(target_arch = \"wasm32\"), not(tarpaulin)))".dependencies.pyo3]
features = ["extension-module"]
optional = true
version = "0.20.0"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.clap]
version = "4.4.11"

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

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

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

[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
version = "0.2.89"