[package] name="uniui_build" version="0.0.15" edition = "2018" license = "MIT OR Apache-2.0" description = "Builds uniui applicatins for different targets" authors = ["MaxV "] [features] default = [] android = ["cargo"] wasm = ["wasm-bindgen-cli-support"] [package.metadata.docs.rs] all-features = true [dependencies] wasm-bindgen-cli-support = { version = "0.2", optional = true } cc = "1.0" pkg-config = "0.3" walkdir = "2" cargo_metadata = "0.11" serde = { version = "1", features = ["derive"] } serde_json = "1" toml = "0.5" thiserror = "1" log = "0.4" cargo = { version = "0.47", optional = true} uni_components = { version = "0.0.9", path = "../../uni/uni_components" }