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