[dependencies.image]
default-features = false
features = ["png", "jpeg"]
optional = true
version = "0.25"
[features]
default = []
image-reader = ["image"]
[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
description = "Shortest Path is an experimental library finding the shortest path from A to B."
documentation = "https://docs.rs/crate/shortestpath"
edition = "2024"
homepage = "https://gitlab.com/ufoot/shortestpath"
keywords = ["shortest", "path", "pathfinding", "dijkstra"]
license = "MIT"
name = "shortestpath"
readme = "README.md"
repository = "https://gitlab.com/ufoot/shortestpath/tree/main"
rust-version = "1.85"
version = "0.3.0"