# 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-cli" version = "1.25.0" authors = ["Ilya Builuk "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command line interface for VRP solver" 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_cli" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" [[bin]] name = "vrp-cli" path = "src/main.rs" [dependencies.csv] version = "1.3.1" optional = true [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.vrp-core] version = "1.25.0" optional = true [dependencies.vrp-pragmatic] version = "1.25.0" [dependencies.vrp-scientific] version = "1.25.0" optional = true [dev-dependencies.tempfile] version = "3.14.0" [features] csv-format = ["csv"] default = [ "vrp-core", "csv-format", "scientific-format", ] py_bindings = ["dep:pyo3"] scientific-format = ["vrp-scientific"] [target.'cfg(all(not(target_arch = "wasm32"), not(tarpaulin)))'.dependencies.pyo3] version = "0.22.6" features = ["extension-module"] optional = true [target.'cfg(not(target_arch = "wasm32"))'.dependencies.clap] version = "4.5.20" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.ctrlc] version = "3.4.5" features = ["termination"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.num_cpus] version = "1.16.0" [target.'cfg(target_arch = "wasm32")'.dependencies.js-sys] version = "0.3.72" [target.'cfg(target_arch = "wasm32")'.dependencies.serde-wasm-bindgen] version = "0.6.5" [target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen] version = "0.2.95"