# 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_two_entities" version = "0.2.0" exclude = [".github"] description = "A few convenience traits for working with Bevy Queries" homepage = "https://github.com/rparrett/bevy_two_entities" documentation = "https://docs.rs/bevy_two_entities" readme = "README.md" keywords = [ "bevy", "gamedev", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/rparrett/bevy_two_entities" [dependencies.bevy] version = "0.14" default-features = false [dev-dependencies.bevy] version = "0.14" features = ["bevy_state"] default-features = false [lints.clippy] type_complexity = "allow" [lints.rust] missing_docs = "forbid"