workflow-egui 0.19.0

Components for EGUI-based 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-egui"
version = "0.19.0"
authors = ["WORKFLOW-RS developers"]
build = false
exclude = [
    "/.*",
    "/test",
    "/macros",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Components for EGUI-based applications
"""
readme = "README.md"
keywords = [
    "egui",
    "framework",
]
categories = []
license = "MIT OR Apache-2.0"
repository = "https://github.com/workflow-rs/workflow-rs"
resolver = "2"

[features]
console = []
default = []

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

[dependencies.ahash]
version = "0.8.6"

[dependencies.async-channel]
version = "2.0.0"

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

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

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.dirs]
version = "6.0"

[dependencies.downcast-rs]
version = "1.2.0"

[dependencies.eframe]
version = "0.34.3"
features = [
    "glow",
    "x11",
    "wayland",
]
default-features = false

[dependencies.egui]
version = "0.34.3"

[dependencies.futures]
version = "0.3.31"

[dependencies.getrandom_02]
version = "0.2"
features = ["js"]
package = "getrandom"

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

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

[dependencies.log]
version = "0.4.20"

[dependencies.safer_owning_ref]
version = "0.5.0"

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

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

[dependencies.thiserror]
version = "2.0.11"

[dependencies.triggered]
version = "0.1.2"

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

[dependencies.web-sys]
version = "0.3.77"
features = [
    "VisibilityState",
    "HtmlCanvasElement",
]

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

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

[dependencies.workflow-egui-macros]
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

[target.'cfg(not(any(target_arch = "bpf", target_arch = "wasm32")))'.dependencies.chrono]
version = "0.4.31"

[target.'cfg(not(any(target_arch = "bpf", target_arch = "wasm32")))'.dependencies.ctrlc]
version = "3.2"
features = ["termination"]

[target.'cfg(not(any(target_arch = "bpf", target_arch = "wasm32")))'.dependencies.tokio]
version = "1.33.0"
features = [
    "io-util",
    "time",
    "sync",
    "macros",
    "rt",
    "rt-multi-thread",
]
default-features = false

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3.77"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4.50"

[lints.clippy]
empty_docs = "allow"