dioxus-three 0.0.4

A Three.js 3D model viewer for Dioxus - supports Desktop, Web (WASM), and Mobile
Documentation
# 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"
rust-version = "1.76"
name = "dioxus-three"
version = "0.0.4"
authors = ["Esteban Puello <eftech93@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Three.js 3D model viewer for Dioxus - supports Desktop, Web (WASM), and Mobile"
homepage = "https://github.com/eftech93/dioxus-three"
documentation = "https://docs.rs/dioxus-three"
readme = "README.md"
keywords = [
    "dioxus",
    "3d",
    "threejs",
    "wasm",
    "model-viewer",
]
categories = [
    "gui",
    "graphics",
    "rendering",
    "wasm",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/eftech93/dioxus-three"

[lib]
name = "dioxus_three"
path = "src/lib.rs"

[dependencies.dioxus]
version = "0.6"

[dependencies.rand]
version = "0.8"
optional = true

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.dioxus-desktop]
version = "0.6"

[dev-dependencies.tracing-subscriber]
version = "0.3"

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.2"
features = ["js"]

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3"

[target.'cfg(target_arch = "wasm32")'.dependencies.rand]
version = "0.8"
features = ["getrandom"]

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3"
features = [
    "Document",
    "Element",
    "HtmlElement",
    "HtmlCanvasElement",
    "Window",
    "console",
    "HtmlHeadElement",
    "HtmlCollection",
]