[package] name="uni_components" version="0.0.9" edition = "2018" license = "MIT OR Apache-2.0" description = "The basical components like Service and UiPage for uniui_* crate family" authors = ["MaxV "] [dependencies] log = "0.4" url = "2.1.0" thiserror = "1" serde = { version = "1", features = ["derive"] } serde_urlencoded = "0.7" serde_json = "1" rand = { version = "0.7.0", features = ["wasm-bindgen"] } uniui_core = { version = "0.0.4", path = "../../uni/uniui_core" } uni_net = { version = "0.0.5", path = "../../uni/uni_net" } uni_components_macro = { version = "0.0.7", path = "../../uni/uni_components_macro" } [target.'cfg(target_arch = "wasm32")'.dependencies] wasm-bindgen = "0.2" js-sys = "0.3" wasm-logger = "0.1" [target.'cfg(target_arch = "wasm32")'.dependencies.web-sys] version = "0.3" features = [ "Window", "Location", ] [target.'cfg(target_os = "android")'.dependencies] uni_jnihelpers = { version = "0.0.2", path = "../../uni/uni_jnihelpers" }