# 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 = "bevior_tree" version = "0.6.0" exclude = ["assets/"] description = "Behavior tree plugin for Bevy." readme = "README.md" keywords = [ "gamedev", "bevy", "ai", "behavior-tree", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/hyranno/bevior_tree" [package.metadata.docs.rs] all-features = true [dependencies.bevy] version = "0.14" default-features = false [dependencies.derive-nodestate] version = "0.6" [dependencies.macro-delegatenode] version = "0.6" [dependencies.macro-withstate] version = "0.6" [dependencies.ordered-float] version = "4.1" [dependencies.rand] version = "0.8" optional = true [dev-dependencies.bevy] version = "0.14" [features] default = ["random"] random = ["dep:rand"]