dataflow-wasm 2.0.4

WebAssembly bindings for dataflow-rs workflow engine
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 = "dataflow-wasm"
version = "2.0.4"
authors = ["Plasmatic Engineering <shankar@goplasmatic.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WebAssembly bindings for dataflow-rs workflow engine"
readme = "README.md"
keywords = [
    "workflow",
    "engine",
    "wasm",
    "webassembly",
]
categories = [
    "wasm",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/GoPlasmatic/dataflow-rs"

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

[[test]]
name = "web"
path = "tests/web.rs"

[dependencies.console_error_panic_hook]
version = "0.1"

[dependencies.dataflow-rs]
version = "2.0.4"

[dependencies.getrandom]
version = "0.3"
features = ["wasm_js"]

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

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

[dependencies.serde_json]
version = "1.0"

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

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

[dev-dependencies.wasm-bindgen-test]
version = "0.3"