# 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 = "planning" version = "1.0.1" authors = ["Felix Leitner "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library allowing the planning of minimal sequences of actions to achieve a goal state." readme = "README.md" keywords = [ "goap", "ai", "action-planning", "game-ai", ] license = "MIT" repository = "https://github.com/lixitrixi/planning" [lib] name = "planning" path = "src/lib.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.bevy] version = "0.14.1" optional = true default-features = false [dependencies.pathfinding] version = "4.10.0" [dependencies.serde] version = "1.0.130" features = ["derive"] optional = true