# 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 = "sark_pathfinding" version = "0.2.0" description = "A simple implementation of the astar pathfinding algorthim from red blob games https://www.redblobgames.com/pathfinding/a-star/implementation.html." homepage = "https://github.com/sarkahn/sark_pathfinding_rs" readme = "README.md" keywords = [ "bevy", "pathfinding", "2d", "astar", ] license = "MIT" repository = "https://github.com/sarkahn/sark_pathfinding_rs" [dependencies.ahash] version = "0.7.6" [dependencies.arrayvec] version = "0.7.2" [dependencies.glam] version = "0.22" [dependencies.smallvec] version = "1.7.0" [dev-dependencies.bevy] version = "0.9" features = [ "png", "bevy_winit", "render", ] default-features = false [dev-dependencies.bevy_ascii_terminal] version = "0.12" [dev-dependencies.noise] version = "0.7.0" [features] dev = ["bevy/dynamic"]