# 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 = "bevy_observed_utility" version = "0.1.0" authors = ["Christian Hughes"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Ergonomic and Correct Utility AI for Bevy Engine" homepage = "https://github.com/ItsDoot/bevy_observed_utility" readme = "README.md" keywords = [ "bevy", "utility-ai", "ai", "ecs", "observers", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/ItsDoot/bevy_observed_utility" [lib] name = "bevy_observed_utility" path = "src/lib.rs" [[example]] name = "thirst" path = "examples/thirst.rs" [[bench]] name = "score" path = "benches/score.rs" harness = false [dependencies.bevy] version = "0.14" default-features = false [dependencies.rand] version = "0.8" optional = true [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8" features = ["std_rng"] [features] default = []