flatland-pathfinding 0.2.21

Shared grid A* pathfinding for Flatland3 clients and sim
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "flatland-pathfinding"
version = "0.2.21"
authors = ["Barry Velasquez"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared grid A* pathfinding for Flatland3 clients and sim"
readme = "README.md"
keywords = [
    "game",
    "pathfinding",
    "astar",
]
categories = [
    "game-development",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bvelasquez/flatland3"

[lib]
name = "flatland_pathfinding"
path = "src/lib.rs"

[dependencies.flatland-protocol]
version = "0.2.21"