bevy_synth_runtime 0.1.0

Runtime services for the bevy_synth app (worker, args, cache, IO)
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 = "2024"
name = "bevy_synth_runtime"
version = "0.1.0"
authors = ["mosure <mitchell@mosure.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime services for the bevy_synth app (worker, args, cache, IO)"
homepage = "https://github.com/mosure/bevy_synth"
readme = "README.md"
keywords = [
    "bevy",
    "editor",
    "asset-synthesis",
    "render-pipeline",
    "gltf",
]
categories = [
    "computer-vision",
    "graphics",
    "rendering",
    "rendering::data-formats",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mosure/bevy_synth"
resolver = "2"

[features]
cuda = [
    "burn-cuda",
    "burn_synth/cuda",
]
default = [
    "wgpu",
    "triposg",
    "shared-runtime",
]
shared-runtime = ["burn_synth/runtime"]
trellis = [
    "dep:burn_trellis",
    "burn_synth/trellis",
]
triposg = ["burn_synth/triposg"]
wgpu = [
    "dep:burn-wgpu",
    "burn_synth/wgpu",
]

[lib]
name = "bevy_synth_runtime"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.base64]
version = "0.22"

[dependencies.bevy]
version = "0.17"

[dependencies.bevy_asset]
version = "0.17"

[dependencies.bevy_mesh]
version = "0.17"

[dependencies.burn]
version = "0.19"
features = [
    "ndarray",
    "std",
]
default-features = false

[dependencies.burn-cuda]
version = "0.19"
optional = true

[dependencies.burn_foreground]
version = "0.1.0"
features = ["import"]

[dependencies.burn_synth_import]
version = "0.1.0"

[dependencies.burn_trellis]
version = "0.1.0"
features = ["runtime-model"]
optional = true

[dependencies.burn_tripo]
version = "0.1.0"
features = ["import"]

[dependencies.bytemuck]
version = "1.25"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.gltf]
version = "1.4"

[dependencies.half]
version = "2.4"

[dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
]
default-features = false

[dependencies.safetensors]
version = "0.6"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dev-dependencies.sysinfo]
version = "0.36"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.burn-wgpu]
version = "0.19"
features = [
    "fusion",
    "std",
    "vulkan",
]
optional = true
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.burn_synth]
version = "0.1.0"
default-features = false

[target.'cfg(target_arch = "wasm32")'.dependencies.burn-wgpu]
version = "0.19"
features = [
    "fusion",
    "std",
    "webgpu",
]
optional = true
default-features = false

[target.'cfg(target_arch = "wasm32")'.dependencies.burn_synth]
version = "0.1.0"
features = [
    "wasm-api",
    "wasm-api-wgpu",
]
default-features = false

[target.'cfg(target_arch = "wasm32")'.dependencies.console_error_panic_hook]
version = "0.1"

[target.'cfg(target_arch = "wasm32")'.dependencies.gloo-timers]
version = "0.3"
features = ["futures"]

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

[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 = [
    "Storage",
    "Window",
    "Headers",
    "ReadableStream",
    "ReadableStreamDefaultReader",
    "Response",
]