tauri-build 1.0.0-beta.3

build time code to pair with https://crates.io/crates/tauri
Documentation
[dependencies.anyhow]
version = "1"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.tauri-codegen]
optional = true
version = "1.0.0-beta.3"

[features]
codegen = ["tauri-codegen"]

[package]
authors = ["Tauri Programme within The Commons Conservancy"]
categories = ["gui", "web-programming"]
description = "build time code to pair with https://crates.io/crates/tauri"
edition = "2018"
exclude = [".license_template", "CHANGELOG.md", "/target"]
homepage = "https://tauri.studio"
license = "Apache-2.0 OR MIT"
name = "tauri-build"
readme = "README.md"
repository = "https://github.com/tauri-apps/tauri/tree/dev/core/tauri-build"
version = "1.0.0-beta.3"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "doc_cfg"]
[target."cfg(windows)".dependencies.serde_json]
version = "1.0"

[target."cfg(windows)".dependencies.tauri-utils]
features = ["build"]
version = "1.0.0-beta.0"

[target."cfg(windows)".dependencies.winres]
version = "0.1"