# 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_blender_utils" version = "0.2.0" authors = ["Bora Ülker"] exclude = [ "images", "assets", "bevy_blender_utils", ] description = "Bevy companion plugin for bevy_blender_utils Blender addon" homepage = "https://github.com/kulkalkul/bevy_blender_utils.git" documentation = "https://docs.rs/bevy_blender_utils" readme = "README.md" keywords = [ "bevy", "gamedev", "asset", "blender", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/kulkalkul/bevy_blender_utils.git" [dependencies.bevy] version = "0.11.0" [dependencies.serde] version = "1.0.154" [dependencies.serde_json] version = "1.0.94" [dependencies.thiserror] version = "1.0.39" [dev-dependencies.bevy] version = "0.11.0"