# 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_vrm" version = "0.0.12" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bevy plugin for loading VRM avatars." readme = "README.md" keywords = [ "bevy", "vrm", ] license = "MIT OR Apache-2.0" repository = "https://github.com/unavi-xyz/bevy_vrm" [lib] name = "bevy_vrm" path = "src/lib.rs" [dependencies.bevy] version = "0.14.0" features = [ "bevy_asset", "bevy_scene", "bevy_pbr", ] default-features = false [dependencies.bevy_gltf_kun] version = "0.0.13" default-features = false [dependencies.bevy_shader_mtoon] version = "0.0.12" [dependencies.gltf_kun] version = "0.0.13" default-features = false [dependencies.gltf_kun_vrm] version = "0.0.12" [dependencies.paste] version = "1.0.15" optional = true [dependencies.petgraph] version = "0.6.5" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_vrm] version = "0.0.12" features = ["bevy"] [dependencies.thiserror] version = "1.0.57" [dev-dependencies.bevy] version = "0.14.0" features = [ "bevy_asset", "bevy_scene", "bevy_pbr", ] default-features = true [dev-dependencies.bevy_egui] version = "0.28.0" features = [ "open_url", "default_fonts", "render", ] default-features = false [dev-dependencies.bevy_panorbit_camera] version = "0.19.0" features = ["bevy_egui"] [features] animations = [ "bevy/animation", "dep:paste", ] default = ["animations"] [lints.clippy] type_complexity = "allow"