# 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.0.3" authors = ["Tauri Programme within The Commons Conservancy"] build = false exclude = [ "CHANGELOG.md", "/target", ] 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" rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] targets = [ "x86_64-pc-windows-msvc", "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-linux-android", "x86_64-apple-ios", ] [lib] name = "tauri_build" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.cargo_toml] version = "0.17" [dependencies.dirs] version = "5" [dependencies.glob] version = "0.3" [dependencies.heck] version = "0.5" [dependencies.json-patch] version = "3.0" [dependencies.quote] version = "1" optional = true [dependencies.schemars] version = "0.8.18" features = ["preserve_order"] [dependencies.semver] version = "1" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.tauri-codegen] version = "2.0.3" optional = true [dependencies.tauri-utils] version = "2.1.0" features = [ "build", "resources", ] [dependencies.tauri-winres] version = "0.1" [dependencies.toml] version = "0.8" [dependencies.walkdir] version = "2" [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", ]