tauri-codegen 2.5.3

code generation meant to be consumed inside of `tauri` through `tauri-build` or `tauri-macros`
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-codegen"
version = "2.5.3"
authors = ["Tauri Programme within The Commons Conservancy"]
build = false
exclude = [
    "CHANGELOG.md",
    "/target",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "code generation meant to be consumed inside of `tauri` through `tauri-build` or `tauri-macros`"
homepage = "https://tauri.app/"
readme = "README.md"
categories = [
    "gui",
    "web-programming",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/tauri-apps/tauri"

[features]
compression = [
    "brotli",
    "tauri-utils/compression",
]
config-json5 = ["tauri-utils/config-json5"]
config-toml = ["tauri-utils/config-toml"]
isolation = ["tauri-utils/isolation"]

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

[dependencies.base64]
version = "0.22"

[dependencies.brotli]
version = "8"
features = ["std"]
optional = true
default-features = false

[dependencies.ico]
version = "0.5"

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

[dependencies.png]
version = "0.17"

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

[dependencies.quote]
version = "1"

[dependencies.semver]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.syn]
version = "2"

[dependencies.tauri-utils]
version = "2.8.2"
features = ["build"]

[dependencies.thiserror]
version = "2"

[dependencies.url]
version = "2"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dependencies.walkdir]
version = "2"

[target.'cfg(target_os = "macos")'.dependencies.plist]
version = "1"

[target.'cfg(target_os = "macos")'.dependencies.time]
version = "0.3"
features = [
    "parsing",
    "formatting",
]