reflow_components 0.2.0

Standard component catalog for Reflow — procedural, media, GPU, animation, I/O, and stream actors.
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.85"
name = "reflow_components"
version = "0.2.0"
authors = ["Damilare Akinlaja"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standard component catalog for Reflow — procedural, media, GPU, animation, I/O, and stream actors."
homepage = "https://github.com/offbit-ai/reflow"
documentation = "https://docs.rs/reflow_components"
readme = "README.md"
keywords = [
    "reflow",
    "actor",
    "dag",
    "gpu",
    "workflow",
]
categories = [
    "multimedia",
    "rendering",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/offbit-ai/reflow"

[features]
api_services = ["dep:reflow_api_services"]
av-core = ["dep:reflow_dsp"]
browser = ["dep:chromiumoxide"]
browser-events = ["window-events"]
camera-native = ["dep:nokhwa"]
default = [
    "av-core",
    "gpu",
    "window-events",
]
gpu = [
    "dep:wgpu",
    "dep:pollster",
    "dep:once_cell",
]
ml = [
    "dep:reflow_cv_ops",
    "dep:reflow_ml_ops",
    "dep:reflow_taskpacks",
]
video-encode = ["dep:openh264"]
window-events = []

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

[dependencies.anyhow]
version = "1.0.94"

[dependencies.base64]
version = "0.22"

[dependencies.bytemuck]
version = "1.14"
features = ["derive"]

[dependencies.chromiumoxide]
version = "0.7"
features = ["tokio-runtime"]
optional = true

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.fbxcel]
version = "0.9"

[dependencies.flume]
version = "0.11.0"

[dependencies.fontdue]
version = "0.9"

[dependencies.futures]
version = "0.3"

[dependencies.gltf]
version = "1"

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

[dependencies.once_cell]
version = "1"
optional = true

[dependencies.openh264]
version = "0.6"
optional = true

[dependencies.parking_lot]
version = "0.12.3"

[dependencies.pollster]
version = "0.4"
optional = true

[dependencies.rapier3d]
version = "0.22"
features = ["serde-serialize"]

[dependencies.reflow_actor]
version = "0.2.0"

[dependencies.reflow_actor_macro]
version = "0.2.0"

[dependencies.reflow_api_services]
version = "0.2.0"
optional = true

[dependencies.reflow_assets]
version = "0.2.0"

[dependencies.reflow_cv_ops]
version = "0.2.0"
optional = true

[dependencies.reflow_dsp]
version = "0.2.0"
optional = true

[dependencies.reflow_graph]
version = "0.2.0"

[dependencies.reflow_ml_ops]
version = "0.2.0"
optional = true

[dependencies.reflow_network]
version = "0.2.0"

[dependencies.reflow_pixel]
version = "0.2.0"

[dependencies.reflow_sdf]
version = "0.2.0"

[dependencies.reflow_shader]
version = "0.2.0"

[dependencies.reflow_taskpacks]
version = "0.2.0"
optional = true

[dependencies.reflow_tracing_protocol]
version = "0.2.0"

[dependencies.reflow_vector]
version = "0.2.0"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "stream",
]

[dependencies.rquickjs]
version = "0.6"
features = [
    "array-buffer",
    "bindgen",
    "classes",
    "futures",
    "loader",
    "macro",
    "parallel",
    "properties",
]

[dependencies.serde]
version = "1.0.215"
features = [
    "derive",
    "rc",
]
default-features = true

[dependencies.serde_json]
version = "1.0.133"

[dependencies.tiny-skia]
version = "0.11"

[dependencies.tobj]
version = "4"

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "io-util",
    "macros",
    "rt",
    "time",
]

[dependencies.wgpu]
version = "24"
optional = true

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.nokhwa]
version = "0.10.10"
features = ["input-native"]
optional = true

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

[target.'cfg(target_arch = "wasm32")'.dependencies.nokhwa]
version = "0.10.10"
features = ["js-sys"]
optional = true

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

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