# 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-bundler" version = "2.1.0" authors = [ "George Burton ", "Tauri Programme within The Commons Conservancy", ] build = false exclude = [ "CHANGELOG.md", "/target", "rustfmt.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Wrap rust executables in OS-specific app bundles for Tauri" readme = "README.md" keywords = [ "bundle", "cargo", "tauri", ] categories = [ "command-line-utilities", "development-tools::cargo-plugins", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/tauri-apps/tauri" [lib] name = "tauri_bundler" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.dirs] version = "5" [dependencies.dunce] version = "1" [dependencies.flate2] version = "1.0" [dependencies.handlebars] version = "6" [dependencies.hex] version = "0.4" [dependencies.image] version = "0.25.0" [dependencies.log] version = "0.4.21" features = ["kv"] [dependencies.native-tls] version = "0.2" optional = true [dependencies.os_pipe] version = "1" [dependencies.regex] version = "1" [dependencies.semver] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha1] version = "0.10" [dependencies.sha2] version = "0.10" [dependencies.strsim] version = "0.11.0" [dependencies.tar] version = "0.4.40" [dependencies.tauri-utils] version = "2.1.0" features = ["resources"] [dependencies.tempfile] version = "3.10.1" [dependencies.thiserror] version = "2" [dependencies.ureq] version = "2.9.6" features = ["socks-proxy"] default-features = false [dependencies.url] version = "2" [dependencies.uuid] version = "1" features = [ "v4", "v5", ] [dependencies.walkdir] version = "2" [dependencies.zip] version = "2.0" features = ["deflate"] default-features = false [features] default = ["rustls"] native-tls = ["ureq/native-tls"] native-tls-vendored = [ "native-tls", "native-tls/vendored", ] rustls = ["ureq/tls"] [target.'cfg(target_os = "linux")'.dependencies.ar] version = "0.9.0" [target.'cfg(target_os = "linux")'.dependencies.heck] version = "0.5" [target.'cfg(target_os = "linux")'.dependencies.md5] version = "0.7.0" [target.'cfg(target_os = "linux")'.dependencies.rpm] version = "0.15.0" [target.'cfg(target_os = "macos")'.dependencies.icns] version = "0.1" package = "tauri-icns" [target.'cfg(target_os = "macos")'.dependencies.plist] version = "1" [target.'cfg(target_os = "macos")'.dependencies.tauri-macos-sign] version = "2.0.1" [target.'cfg(target_os = "macos")'.dependencies.time] version = "0.3" features = ["formatting"] [target.'cfg(target_os = "windows")'.dependencies.bitness] version = "0.4" [target.'cfg(target_os = "windows")'.dependencies.glob] version = "0.3" [target.'cfg(target_os = "windows")'.dependencies.windows-registry] version = "0.3.0" [target.'cfg(target_os = "windows")'.dependencies.windows-sys] version = "0.59" features = [ "Win32_System_SystemInformation", "Win32_System_Diagnostics_Debug", ]