[package]
name = "pathfinding"
version = "0.8.0"
authors = ["Samuel Tardieu <sam@rfc1149.net>"]
description = "Pathfinding, flow, and graph algorithms"
homepage = "https://rfc1149.net/devel/pathfinding.html"
documentation = "https://docs.rs/pathfinding/"
readme = "README.md"
keywords = ["shortest-path", "astar", "dijkstra", "flow", "graph"]
categories = ["algorithms"]
license = "Apache-2.0/MIT"
repository = "https://github.com/samueltardieu/pathfinding"
[package.metadata.release]
dev-version-ext = "pre"
sign-commit = true
[[package.metadata.release.pre-release-replacements]]
file = "README.md"
replace = "pathfinding = \"{{version}}\""
search = "^pathfinding = \".*\"$"
[dependencies.fixedbitset]
version = "0.1.9"
[dependencies.indexmap]
version = "1.0"
[dependencies.itertools]
version = "0.7"
[dependencies.num-traits]
version = "0.2"
[dev-dependencies.lazy_static]
version = "1.0.0"
[dev-dependencies.movingai]
version = "0.7.0"
[dev-dependencies.noisy_float]
version = "0.1.5"
[dev-dependencies.rand]
version = "0.5"
[badges.appveyor]
repository = "samueltardieu/pathfinding"
[badges.travis-ci]
repository = "samueltardieu/pathfinding"