shortestpath 0.6.2

Shortest Path is an experimental library finding the shortest path from A to B.
Documentation
[dependencies.image]
default-features = false
features = ["png", "jpeg"]
optional = true
version = "0.25"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[features]
default = []
image = ["dep:image"]
serde = ["dep:serde"]

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

[package]
authors = ["Christian Mauduit (ufoot) <ufoot@ufoot.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "game-development", "data-structures"]
description = "Shortest Path is an experimental library finding the shortest path from A to B."
documentation = "https://docs.rs/crate/shortestpath"
edition = "2024"
exclude = [".claude/", ".gitlab-ci.yml", "bench/"]
homepage = "https://gitlab.com/liberecofr/shortestpath"
keywords = ["shortest", "path", "pathfinding", "dijkstra"]
license = "MIT"
name = "shortestpath"
readme = "README.md"
repository = "https://gitlab.com/liberecofr/shortestpath/tree/main"
rust-version = "1.85"
version = "0.6.2"