workflow-nw 0.19.0

Framework layer for NWJS desktop application development.
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 = "workflow-nw"
version = "0.19.0"
authors = ["WORKFLOW-RS developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Framework layer for NWJS desktop application development.
"""
readme = "README.md"
keywords = [
    "nw",
    "nwjs",
    "node-webkit",
]
categories = [
    "wasm",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/workflow-rs/workflow-rs"
resolver = "2"

[features]
serde-json-ipc = []

[lib]
name = "workflow_nw"
path = "src/lib.rs"
doctest = false

[dependencies.ahash]
version = "0.8.6"

[dependencies.async-trait]
version = "0.1.74"

[dependencies.borsh]
version = "1.7"
features = [
    "derive",
    "rc",
]

[dependencies.futures]
version = "0.3.31"

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

[dependencies.nw-sys]
version = "0.1.6"

[dependencies.rand]
version = "0.10"

[dependencies.serde]
version = "1.0.190"
features = [
    "derive",
    "rc",
]

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

[dependencies.thiserror]
version = "2.0.11"

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

[dependencies.web-sys]
version = "0.3.77"
features = [
    "console",
    "BroadcastChannel",
    "CustomEvent",
    "Document",
    "HtmlElement",
    "HtmlVideoElement",
    "MediaDevices",
    "MediaStream",
    "MediaStreamConstraints",
    "MediaStreamTrack",
    "MessageEvent",
    "MouseEvent",
    "Navigator",
    "Window",
]

[dependencies.workflow-core]
version = "0.19.0"
default-features = false

[dependencies.workflow-dom]
version = "0.19.0"
default-features = false

[dependencies.workflow-log]
version = "0.19.0"
default-features = false

[dependencies.workflow-wasm]
version = "0.19.0"
default-features = false

[lints.clippy]
empty_docs = "allow"