vrp_parser 0.1.1

A library for parsing VRPLib-formatted files.
Documentation
# 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 = "2024"
name = "vrp_parser"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for parsing VRPLib-formatted files."
documentation = "https://docs.rs/vrp_parser"
readme = "README.md"
keywords = [
    "vrp",
    "vrplib",
    "parser",
    "optimization",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/fuitt/vrp_parser"

[lib]
name = "vrp_parser"
path = "src/lib.rs"

[[test]]
name = "read_vrplib"
path = "tests/read_vrplib.rs"

[dependencies.thiserror]
version = "2.0"