# 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_build" version = "0.0.15" authors = ["MaxV "] description = "Builds uniui applicatins for different targets" license = "MIT OR Apache-2.0" [package.metadata.docs.rs] all-features = true [dependencies.cargo] version = "0.47" optional = true [dependencies.cargo_metadata] version = "0.11" [dependencies.cc] version = "1.0" [dependencies.log] version = "0.4" [dependencies.pkg-config] version = "0.3" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.toml] version = "0.5" [dependencies.uni_components] version = "0.0.9" [dependencies.walkdir] version = "2" [dependencies.wasm-bindgen-cli-support] version = "0.2" optional = true [features] android = ["cargo"] default = [] wasm = ["wasm-bindgen-cli-support"]