[package] name = "i-build" version = "1.0.0-beta.3" license = "Apache-2.0 OR MIT" description = "bui" edition = "2018" exclude = [ ".license_template", "CHANGELOG.md", "/target" ] [lib] name = "tauri_build" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "doc_cfg" ] [dependencies] anyhow = "1" proc-macro2 = "1" quote = "1" i-codegen = { version = "1.0.0-beta.3", path = "../tauri-codegen", optional = true } [target."cfg(windows)".dependencies] winres = "0.1" serde_json = "1.0" i-utils = { version = "1.0.0-beta.0", path = "../tauri-utils", features = [ "build" ] } [features] codegen = [ "i-codegen" ]