# 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_ecs_markers" version = "2.0.0" authors = ["DasLixou"] description = "🏷️ Markers for Bevy ECS Entities" readme = "README.md" keywords = ["bevy"] license = "MIT OR Apache-2.0" repository = "https://github.com/ChoppedStudio/bevy_ecs_markers" [dependencies.bevy] version = "0.13.0" optional = true default-features = false [dependencies.bevy_ecs] version = "0.13.0" [dependencies.bevy_ecs_markers_macros] version = "2.0.0" optional = true [features] bevy_app = ["dep:bevy"] default = [ "proc", "bevy_app", ] proc = ["dep:bevy_ecs_markers_macros"]