solverforge-maps 1.0.0

Generic map and routing utilities for VRP and similar problems
Documentation
[package]
name = "solverforge-maps"
version = "1.0.0"
edition = "2021"
description = "Generic map and routing utilities for VRP and similar problems"
license = "Apache-2.0"
repository = "https://github.com/solverforge/solverforge-maps"

[dependencies]
rayon = "1.11"
reqwest = { version = "0.13", features = ["json"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["fs", "sync", "rt", "rt-multi-thread", "macros"] }
tracing = "0.1"
utoipa = "5"

[dev-dependencies]
textplots = "0.8"