# 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 = "controlled_astar" version = "1.0.1" authors = ["Selim Serbes "] description = "A Rust library that provides an enhanced A* pathfinding algorithm with controllable node directions and block statuses, ideal for complex pathfinding scenarios." documentation = "https://docs.rs/controlled_astar" readme = "README.md" keywords = [ "pathfinding", "astar", "algorithm", "grid", "navigation", ] categories = ["algorithms"] license = "MIT" repository = "https://github.com/selimserbes/controlled-astar" [[example]] name = "example" path = "examples/example.rs" [[test]] name = "unit_node" path = "tests/unit/node_tests.rs" [[test]] name = "unit_pq" path = "tests/unit/pq_tests.rs" [[test]] name = "unit_astar" path = "tests/unit/astar_tests.rs" [[test]] name = "integration" path = "tests/integration/tests.rs"