py_pathfinding 0.1.0

A* and Jump-Point-Search algorithms using ndarray which makes them easy to use in pyo3
Documentation
[package]
name = "py_pathfinding"
description = "A* and Jump-Point-Search algorithms using ndarray which makes them easy to use in pyo3"
authors = ["BuRny <gamingburny@gmail.com>"]
repository = "https://github.com/BurnySc2/rust_pathfinding"
readme = "README.md"
license = "MIT"
edition = "2018"
categories = ["algorithms"]
keywords = ["astar", "jps", "jumppointsearch"]
version = "0.1.0"
exclude = [
    ".github/*",
    "*.txt"
]

[dependencies]
ndarray = "0.13"
indexmap = "1.3"
fnv = "1.0.6"