tauri-build 2.6.0

build time code to pair with https://crates.io/crates/tauri
Documentation
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.77.2"
name = "tauri-build"
version = "2.6.0"
authors = ["Tauri Programme within The Commons Conservancy"]
build = false
exclude = [
    "CHANGELOG.md",
    "/target",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "build time code to pair with https://crates.io/crates/tauri"
homepage = "https://tauri.app/"
readme = "README.md"
categories = [
    "gui",
    "web-programming",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/tauri-apps/tauri"

[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-unknown-linux-gnu"
targets = [
    "x86_64-pc-windows-msvc",
    "x86_64-unknown-linux-gnu",
    "x86_64-apple-darwin",
    "x86_64-linux-android",
    "x86_64-apple-ios",
]

[features]
codegen = [
    "tauri-codegen",
    "quote",
]
config-json = []
config-json5 = ["tauri-utils/config-json5"]
config-toml = ["tauri-utils/config-toml"]
default = ["config-json"]
isolation = [
    "tauri-codegen/isolation",
    "tauri-utils/isolation",
]

[lib]
name = "tauri_build"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1"

[dependencies.cargo_toml]
version = "0.22"

[dependencies.dirs]
version = "6"

[dependencies.glob]
version = "0.3"

[dependencies.heck]
version = "0.5"

[dependencies.json-patch]
version = "3"

[dependencies.quote]
version = "1"
optional = true

[dependencies.schemars]
version = "0.8.21"
features = ["preserve_order"]

[dependencies.semver]
version = "1"

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.tauri-codegen]
version = "2.6.0"
optional = true

[dependencies.tauri-utils]
version = "2.9.0"
features = [
    "build-2",
    "resources",
]

[dependencies.tauri-winres]
version = "0.3"

[dependencies.walkdir]
version = "2"