# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "uniui_gui" version = "0.0.16" authors = ["MaxV "] build = "build/script.rs" description = "UiPageContext, DataProcessor and Widget for uniui_* crate family." license = "MIT OR Apache-2.0" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.7" features = ["wasm-bindgen"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.uni_components] version = "0.0.9" [dependencies.uni_net] version = "0.0.5" [dependencies.uniui_core] version = "0.0.4" [dependencies.uniui_gui_macro] version = "0.0.15" [dependencies.url] version = "2" [build-dependencies.uniui_build] version = "0.0.15" [features] default = [] desktop_qt = [] [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-logger] version = "0.1" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = ["HtmlAnchorElement", "Document", "DocumentFragment", "Node", "NodeList", "HtmlElement", "Element", "Event", "console", "Window", "Performance", "HtmlElement", "KeyboardEvent", "EventTarget", "CssStyleDeclaration", "Navigator", "Location", "History", "Blob", "Url"] [target."cfg(target_os = \"android\")".dependencies.android_logger] version = "0.9.0" [target."cfg(target_os = \"android\")".dependencies.lazy_static] version = "1" [target."cfg(target_os = \"android\")".dependencies.parking_lot] version = "0.11" [target."cfg(target_os = \"android\")".dependencies.thiserror] version = "1" [target."cfg(target_os = \"android\")".dependencies.uni_jnihelpers] version = "0.0.2" [target."cfg(target_os = \"android\")".dependencies.uni_tmp_jni] version = "0.18.0"