[dependencies.derivative]
version = "2.2.0"
[dependencies.ordered-float]
version = "3.4.0"
[dependencies.priority-queue]
version = "1.2.0"
[package]
authors = ["barblin"]
categories = ["algorithms", "games", "game-development", "data-structures"]
description = "This library provides a variety of path finding and graph operations. Work in progress."
documentation = "https://github.com/barblin/path-finding-lib-rust/blob/master/README.md"
edition = "2021"
homepage = "https://github.com/barblin"
keywords = ["game", "path", "path-finding", "mst", "graph"]
license = "MIT"
name = "path-finding-lib"
readme = "README.md"
repository = "https://github.com/barblin/path-finding-lib-rust"
version = "0.2.1"