# 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 = "2021" name = "workflow-egui" version = "0.18.0" authors = ["WORKFLOW-RS developers"] build = false exclude = [ "/.*", "/test", "/macros", ] 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" [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-std] version = "1.12.0" features = ["attributes"] [dependencies.async-trait] version = "0.1.74" [dependencies.borsh] version = "1.5.1" features = [ "derive", "rc", ] [dependencies.cfg-if] version = "1.0.0" [dependencies.dirs] version = "5.0.1" [dependencies.downcast-rs] version = "1.2.0" [dependencies.eframe] version = "0.28.1" features = ["glow"] default-features = false [dependencies.egui] version = "0.28.1" [dependencies.futures] version = "0.3.29" [dependencies.getrandom] version = "0.2.10" features = ["js"] [dependencies.instant] version = "0.1.12" features = ["wasm-bindgen"] [dependencies.js-sys] version = "0.3.64" [dependencies.log] version = "0.4.20" [dependencies.rand] version = "0.8.5" features = ["getrandom"] [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 = "1.0.50" [dependencies.triggered] version = "0.1.2" [dependencies.wasm-bindgen] version = "0.2.93" [dependencies.web-sys] version = "0.3.70" features = ["VisibilityState"] [dependencies.workflow-core] version = "0.18.0" default-features = false [dependencies.workflow-dom] version = "0.18.0" default-features = false [dependencies.workflow-egui-macros] version = "0.18.0" default-features = false [dependencies.workflow-log] version = "0.18.0" default-features = false [dependencies.workflow-wasm] version = "0.18.0" default-features = false [features] console = [] default = [] [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.64" [target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures] version = "0.4.43" [lints.clippy] empty_docs = "allow"