# 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_registry_export" version = "0.4.0" authors = [ "Mark 'kaosat-dev' Moissette", "Pascal 'Killercup' Hertleif", ] description = "Allows you to create a Json export of all your components/ registered types of your Bevy app/game" homepage = "https://github.com/kaosat-dev/Blender_bevy_components_workflow" readme = "README.md" keywords = [ "gamedev", "bevy", "assets", "registry", "components", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/kaosat-dev/Blender_bevy_components_workflow" [dependencies.bevy] version = "0.14" features = ["bevy_scene"] default-features = false [dependencies.bevy_app] version = "0.14" features = ["bevy_reflect"] default-features = false [dependencies.bevy_ecs] version = "0.14" features = ["bevy_reflect"] default-features = false [dependencies.bevy_reflect] version = "0.14" default-features = false [dependencies.serde_json] version = "1.0.108" [dev-dependencies.bevy] version = "0.14" features = ["dynamic_linking"] default-features = false