# 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.0.3" authors = ["Tauri Programme within The Commons Conservancy"] build = false exclude = [ "CHANGELOG.md", "/target", ] 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" [lib] name = "tauri_codegen" path = "src/lib.rs" [dependencies.base64] version = "0.22" [dependencies.brotli] version = "7" features = ["std"] optional = true default-features = false [dependencies.ico] version = "0.3" [dependencies.json-patch] version = "3.0" [dependencies.png] version = "0.17" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.regex] version = "1" optional = true [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.1.0" features = ["build"] [dependencies.thiserror] version = "2" [dependencies.url] version = "2" [dependencies.uuid] version = "1" features = ["v4"] [dependencies.walkdir] version = "2" [features] compression = [ "brotli", "tauri-utils/compression", ] config-json5 = ["tauri-utils/config-json5"] config-toml = ["tauri-utils/config-toml"] isolation = ["tauri-utils/isolation"] [target.'cfg(target_os = "macos")'.dependencies.plist] version = "1" [target.'cfg(target_os = "macos")'.dependencies.time] version = "0.3" features = [ "parsing", "formatting", ]