# 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_proto_backend" version = "0.4.0" authors = ["Gino Valente "] description = "Backend crate for bevy_proto" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/MrGVSV/bevy_proto" [dependencies.anyhow] version = "1.0" [dependencies.bevy] version = "0.11" features = ["bevy_asset"] default-features = false [dependencies.bevy_proto_derive] version = "0.6" [dependencies.indexmap] version = "1.9" [dependencies.parking_lot] version = "0.12" [dependencies.path-clean] version = "1.0" [dependencies.serde] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.ron] version = "0.8" [features] auto_name = [] bevy_animation = ["bevy/bevy_animation"] bevy_audio = ["bevy/bevy_audio"] bevy_core_pipeline = [ "bevy/bevy_core_pipeline", "bevy_render", ] bevy_gltf = [ "bevy/bevy_gltf", "bevy_core_pipeline", "bevy_pbr", "bevy_render", "bevy_scene", ] bevy_pbr = [ "bevy/bevy_pbr", "bevy_core_pipeline", ] bevy_render = ["bevy/bevy_render"] bevy_scene = [ "bevy/bevy_scene", "bevy_render", ] bevy_sprite = [ "bevy/bevy_sprite", "bevy_render", "bevy_core_pipeline", ] bevy_text = [ "bevy/bevy_text", "bevy_sprite", "bevy_render", ] bevy_ui = [ "bevy/bevy_ui", "bevy_sprite", "bevy_render", "bevy_core_pipeline", "bevy_text", ] default = [ "auto_name", "bevy_animation", "bevy_audio", "bevy_core_pipeline", "bevy_gltf", "bevy_pbr", "bevy_render", "bevy_scene", "bevy_sprite", "bevy_text", "bevy_ui", ]