wasm-actor-bridge 0.1.0

Typed, zero-copy Web Worker bridge for Rust/WASM actor systems
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.94"
name = "wasm-actor-bridge"
version = "0.1.0"
authors = ["KoVal177 <58688524+KoVal177@users.noreply.github.com>"]
build = false
exclude = [
    ".github/",
    ".llm_instructions/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Typed, zero-copy Web Worker bridge for Rust/WASM actor systems"
homepage = "https://github.com/KoVal177/wasm-actor-bridge"
documentation = "https://docs.rs/wasm-actor-bridge"
readme = "README.md"
keywords = [
    "wasm",
    "webworker",
    "actor",
    "bridge",
    "zero-copy",
]
categories = [
    "wasm",
    "concurrency",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/KoVal177/wasm-actor-bridge"

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

[dependencies.send_wrapper]
version = "0.6"

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

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

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

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

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

[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 = [
    "console",
    "DedicatedWorkerGlobalScope",
    "ErrorEvent",
    "MessageEvent",
    "Worker",
    "WorkerOptions",
    "WorkerType",
]

[lints.clippy]
missing_errors_doc = "allow"
must_use_candidate = "allow"
panic = "deny"
unwrap_used = "deny"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"