# 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_mod_index" version = "0.5.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Allows using indexes to efficiently query for components by their values in the game engine Bevy." homepage = "https://github.com/chrisjuchem/bevy_mod_index" readme = "README.md" keywords = [ "index", "indexes", "indices", "bevy", "bevyengine", ] categories = [ "game-development", "data-structures", ] license = "MIT" repository = "https://github.com/chrisjuchem/bevy_mod_index" [profile.dev.package."*"] opt-level = 3 [lib] name = "bevy_mod_index" path = "src/lib.rs" [[example]] name = "bouncing_balls" path = "examples/bouncing_balls.rs" [dependencies.bevy] version = "0.14" default-features = false [dev-dependencies.bevy] version = "0.14" features = ["dynamic_linking"] [dev-dependencies.rand] version = "0.8.5" [features] reflect = []