# 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 = "uni_components" version = "0.0.9" authors = ["MaxV "] description = "The basical components like Service and UiPage for uniui_* crate family" license = "MIT OR Apache-2.0" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.7.0" features = ["wasm-bindgen"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_urlencoded] version = "0.7" [dependencies.thiserror] version = "1" [dependencies.uni_components_macro] version = "0.0.7" [dependencies.uni_net] version = "0.0.5" [dependencies.uniui_core] version = "0.0.4" [dependencies.url] version = "2.1.0" [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 = ["Window", "Location"] [target."cfg(target_os = \"android\")".dependencies.uni_jnihelpers] version = "0.0.2"