# 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" rust-version = "1.79.0" name = "bevy_goap" version = "0.0.0" authors = ["Seivan Heidari "] description = "A simple implementation of the GOAP (Goal Oriented Action Planning) algorithm in Bevy" homepage = "https://github.com/seivan/bevy_goap" readme = "README.md" keywords = [ "ai", "game", "ecs", "actions", "planner", ] categories = [ "game-development", "algorithms", "game-engines", ] license = "MIT" repository = "https://github.com/seivan/bevy_goap" [profile.test] opt-level = 0 lto = false debug = 1 debug-assertions = false rpath = false overflow-checks = true incremental = true [dependencies.bevy] version = "0.14.0" [dev-dependencies.rusty-hook] version = "0.11.2"