# 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 = "ryot_pathfinder" version = "0.2.3" authors = [ "Lucas Grossi ", "Luan Santos ", ] description = "Provides specialized pathfinding functionalities for Bevy 2D, essential for dynamic navigation and movement within games." homepage = "https://github.com/Ry-ot/Ryot/tree/main/crates/ryot_pathfinder" documentation = "https://docs.rs/ryot_pathfinder/" readme = "README.md" keywords = [ "pathfinding", "navigation", "tiled-2d-games", "bevy", "ryot", ] categories = [ "game-development", "games", ] license = "AGPL-3.0-only" repository = "https://github.com/ry-ot/Ryot" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "-Zunstable-options", "--cfg", "docsrs", ] [[example]] name = "basic" [[example]] name = "multiple" [[example]] name = "with_obstacles" [[example]] name = "stress_test" [[example]] name = "tiled" [dependencies.bevy_app] version = "0.13" [dependencies.bevy_ecs] version = "0.13" features = ["bevy_reflect"] [dependencies.bevy_math] version = "0.13" [dependencies.bevy_tasks] version = "0.13" features = ["multi-threaded"] [dependencies.derive_more] version = "0.99.17" [dependencies.pathfinding] version = "4.9.1" [dependencies.ryot_core] version = "0.2" [dependencies.ryot_tiled] version = "0.2.0" optional = true [dependencies.ryot_utils] version = "0.2" [dev-dependencies.bevy] version = "0.13" features = [ "animation", "bevy_asset", "bevy_audio", "bevy_core_pipeline", "bevy_gilrs", "bevy_gizmos", "bevy_gltf", "bevy_pbr", "bevy_render", "bevy_scene", "bevy_sprite", "bevy_text", "bevy_ui", "bevy_winit", "default_font", "hdr", "multi-threaded", "png", "tonemapping_luts", "vorbis", "webgl2", "x11", "zstd", ] default-features = false [dev-dependencies.quickcheck] version = "1" [dev-dependencies.quickcheck_macros] version = "1" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rstest] version = "0.18" [dev-dependencies.time-test] version = "0.2.3"