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