workflow-rs 0.19.0

Rust application development framework for native and web applications
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-rs"
version = "0.19.0"
build = false
exclude = [
    "/.*",
    "/test",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Rust application development framework for native and web applications
"""
readme = false
keywords = [
    "wasm",
    "framework",
    "websocket",
    "rpc",
    "html",
]
categories = [
    "web-programming::http-client",
    "wasm",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/workflow-rs/workflow-rs"
resolver = "2"

[features]
core = ["dep:workflow-core"]
default = [
    "log",
    "core",
]
dom = ["dep:workflow-dom"]
full = [
    "log",
    "core",
    "websocket",
    "rpc",
    "html",
    "i18n",
    "wasm",
    "terminal",
    "dom",
    "store",
]
html = ["dep:workflow-html"]
i18n = ["dep:workflow-i18n"]
log = ["dep:workflow-log"]
node = ["dep:workflow-node"]
nw = ["dep:workflow-nw"]
panic-hook = ["dep:workflow-panic-hook"]
rpc = ["dep:workflow-rpc"]
store = ["dep:workflow-store"]
terminal = ["dep:workflow-terminal"]
wasm = ["dep:workflow-wasm"]
websocket = ["dep:workflow-websocket"]

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

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

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

[dependencies.workflow-html]
version = "0.19.0"
optional = true
default-features = false

[dependencies.workflow-i18n]
version = "0.19.0"
optional = true
default-features = false

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

[dependencies.workflow-node]
version = "0.19.0"
optional = true
default-features = false

[dependencies.workflow-nw]
version = "0.19.0"
optional = true
default-features = false

[dependencies.workflow-panic-hook]
version = "0.19.0"
optional = true
default-features = false

[dependencies.workflow-rpc]
version = "0.19.0"
optional = true
default-features = false

[dependencies.workflow-store]
version = "0.19.0"
optional = true
default-features = false

[dependencies.workflow-terminal]
version = "0.19.0"
optional = true
default-features = false

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

[dependencies.workflow-websocket]
version = "0.19.0"
optional = true
default-features = false