# 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_layout_linear_layout" version = "0.0.10" authors = ["MaxV "] build = "build/script.rs" description = "Label widget for uniui_* crate family." license = "MIT OR Apache-2.0" [package.metadata.uni_android] java_files = ["android/UniuiLinearLayout.java"] [dependencies.log] version = "0.4" [dependencies.uniui_core] version = "0.0.4" [dependencies.uniui_gui] version = "0.0.16" [build-dependencies.uniui_build] version = "0.0.15" [target."cfg(target_arch = \"wasm32\")".dependencies.rand] version = "0.7.0" features = ["wasm-bindgen"] [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = ["HtmlDivElement"] [target."cfg(target_os = \"android\")".dependencies.uni_tmp_jni] version = "0.18.0"