9134d510dc
Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.44 to 0.4.45. - [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.44...0.4.45) --- updated-dependencies: - dependency-name: tar dependency-version: 0.4.45 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
64 lines
1.7 KiB
TOML
64 lines
1.7 KiB
TOML
[package]
|
|
name = "app"
|
|
version = "3.5.2"
|
|
description = "A Tauri App"
|
|
authors = ["you"]
|
|
license = ""
|
|
repository = ""
|
|
edition = "2021"
|
|
rust-version = "1.77.2"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[lib]
|
|
name = "app_lib"
|
|
crate-type = ["staticlib", "cdylib", "rlib"]
|
|
|
|
[build-dependencies]
|
|
tauri-build = { version = "2.5.1", features = [] }
|
|
|
|
[dependencies]
|
|
serde_json = "1.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
log = "0.4"
|
|
tauri = { version = "2.9.2", features = [ "tray-icon", "image-ico",
|
|
"image-png", "config-json5" ] }
|
|
tauri-plugin-log = "2.7.1"
|
|
tauri-plugin-shell = "2.3.3"
|
|
tauri-plugin-dialog = "2.4.2"
|
|
tauri-plugin-fs = "2.4.4"
|
|
tauri-plugin-opener = "2.5.2"
|
|
tauri-plugin-http = "2.5.4"
|
|
tauri-plugin-store = "2.4.1"
|
|
tauri-plugin-process = "2.3.1"
|
|
tauri-plugin-notification = { version = "2.3.3", features = [ "windows7-compat" ] }
|
|
tauri-plugin-os = "2.3.2"
|
|
tauri-plugin-global-shortcut = "2.3.1"
|
|
fix-path-env = { git = "https://github.com/tauri-apps/fix-path-env-rs" }
|
|
zip = "0.6.6"
|
|
machine-uid = "0.5.4"
|
|
tauri-plugin-sentry = "0.5.0"
|
|
sentry = "0.42"
|
|
tauri-plugin-autostart = "2.5.1"
|
|
tauri-plugin-single-instance = { version = "2.3.6", features = ["deep-link"] }
|
|
tauri-plugin-updater = "2.9.0"
|
|
tauri-plugin-clipboard-manager = "2.3.2"
|
|
tauri-plugin-prevent-default = "3"
|
|
reqwest = { version = "0.11", features = ["json"] }
|
|
sysinfo = "0.37"
|
|
tinyfiledialogs = "3.9.1"
|
|
tauri-plugin-deep-link = "2"
|
|
flate2 = "1.1.4"
|
|
tar = "0.4.45"
|
|
|
|
[target.'cfg(target_os = "macos")'.dependencies]
|
|
cocoa = "0.26"
|
|
objc = "0.2"
|
|
|
|
[target.'cfg(target_os = "linux")'.dependencies]
|
|
zbus = { version = "5" }
|
|
x11rb = "0.13"
|
|
|
|
[patch.crates-io]
|
|
tao = { git = "https://github.com/tauri-apps/tao", branch = "fix-windows-white-flash" }
|