# 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 = "dogoap" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "dogoap" homepage = "https://github.com/victorb/dogoap" readme = "README.md" license = "MIT" [lib] name = "dogoap" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [[example]] name = "long_plan" path = "examples/long_plan.rs" [[example]] name = "simple" path = "examples/simple.rs" [[test]] name = "tests" path = "tests/tests.rs" [[bench]] name = "long_plan" path = "benches/long_plan.rs" [dependencies.bevy_reflect] version = "0.14.0" [dependencies.log] version = "0.4.22" [dependencies.pathfinding] version = "4.10.0"