[package]
name = "rustsim-pathfinding"
version = "0.0.1"
edition = "2021"
rust-version = "1.94.0"
license = "MIT"
description = "Generic A* and grid-specific pathfinding for rustsim"
repository.workspace = true
keywords = ["pathfinding", "astar", "grid", "simulation", "abm"]
categories = ["science", "simulation", "algorithms"]
publish = true
[dependencies]
rand = "0.8"
thiserror = { workspace = true }
[dev-dependencies]
criterion = { workspace = true }
[[bench]]
name = "pathfinding_bench"
harness = false