reflow_rt_wasm 0.2.1

Browser-WASM distribution of the Reflow runtime — exposes Graph, Network, Actor, Message to JS via wasm-bindgen.
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"
rust-version = "1.85"
name = "reflow_rt_wasm"
version = "0.2.1"
authors = ["Damilare Akinlaja"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Browser-WASM distribution of the Reflow runtime — exposes Graph, Network, Actor, Message to JS via wasm-bindgen."
homepage = "https://github.com/offbit-ai/reflow"
documentation = "https://docs.rs/reflow_rt_wasm"
readme = "README.md"
keywords = [
    "reflow",
    "actor",
    "wasm",
    "browser",
    "wasm-bindgen",
]
categories = [
    "wasm",
    "concurrency",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/offbit-ai/reflow"
resolver = "2"

[package.metadata.wasm-pack.profile.release]
wasm-opt = false

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

[dependencies.console_error_panic_hook]
version = "0.1"

[dependencies.getrandom]
version = "0.3"
features = ["wasm_js"]
default-features = false

[dependencies.js-sys]
version = "0.3"

[dependencies.reflow_actor]
version = "0.2.1"

[dependencies.reflow_components]
version = "0.2.1"
features = ["gpu"]
default-features = false

[dependencies.reflow_graph]
version = "0.2.1"

[dependencies.reflow_network]
version = "0.2.1"

[dependencies.reflow_pack_loader]
version = "0.2.1"

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

[dependencies.serde-wasm-bindgen]
version = "0.6"

[dependencies.serde_json]
version = "1.0.133"

[dependencies.wasm-bindgen]
version = "0.2.100"

[dependencies.wasm-bindgen-futures]
version = "0.4"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ['cfg(getrandom_backend, values("wasm_js"))']