# 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_flame" version = "0.1.0" authors = ["mosure "] exclude = [ ".devcontainer", ".github", "docs", "dist", "build", "assets", "credits", ] default-run = "viewer" description = "bevy flame model viewer plugin" homepage = "https://github.com/mosure/bevy_flame" readme = "README.md" keywords = [ "bevy", "flame", "head-model", ] license = "MIT" repository = "https://github.com/mosure/bevy_flame" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [profile.release] opt-level = 3 lto = "thin" codegen-units = 1 [profile.wasm-release] opt-level = "z" lto = "fat" codegen-units = 1 inherits = "release" [lib] path = "src/lib.rs" [[bin]] name = "viewer" path = "tools/viewer.rs" [dependencies.bevy] version = "0.13" default-features = false [dependencies.bevy-inspector-egui] version = "0.24" [dependencies.bevy_args] version = "1.3" [dependencies.bevy_ort] version = "0.12" [dependencies.bevy_panorbit_camera] version = "0.18" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.noisy_bevy] version = "0.6" [dependencies.serde] version = "1.0" [dependencies.serde_qs] version = "0.13" [dependencies.web-sys] version = "0.3" features = [ "Document", "Element", "HtmlElement", "Location", "Node", "Window", ] [target."cfg(target_arch = \"wasm32\")".dependencies.console_error_panic_hook] version = "0.1" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2"