191 lines
3.6 KiB
TOML
191 lines
3.6 KiB
TOML
# 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-plugin-updater"
|
|
version = "2.11.0"
|
|
authors = ["Tauri Programme within The Commons Conservancy"]
|
|
build = "build.rs"
|
|
links = "tauri-plugin-updater"
|
|
exclude = [
|
|
"/banner.png",
|
|
"/guest-js",
|
|
"/package.json",
|
|
"/rollup.config.js",
|
|
"/tests",
|
|
"/tsconfig.json",
|
|
]
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "In-app updates for Tauri applications."
|
|
readme = "README.md"
|
|
license = "Apache-2.0 OR MIT"
|
|
repository = "https://github.com/tauri-apps/plugins-workspace"
|
|
|
|
[package.metadata.docs.rs]
|
|
no-default-features = true
|
|
features = ["zip"]
|
|
|
|
[package.metadata.platforms.support.windows]
|
|
level = "full"
|
|
notes = ""
|
|
|
|
[package.metadata.platforms.support.linux]
|
|
level = "full"
|
|
notes = ""
|
|
|
|
[package.metadata.platforms.support.macos]
|
|
level = "full"
|
|
notes = ""
|
|
|
|
[package.metadata.platforms.support.android]
|
|
level = "none"
|
|
notes = ""
|
|
|
|
[package.metadata.platforms.support.ios]
|
|
level = "none"
|
|
notes = ""
|
|
|
|
[features]
|
|
default = [
|
|
"rustls-tls",
|
|
"system-proxy",
|
|
"zip",
|
|
]
|
|
native-tls = ["reqwest/native-tls"]
|
|
native-tls-vendored = ["reqwest/native-tls-vendored"]
|
|
rustls-tls = [
|
|
"reqwest/rustls-no-provider",
|
|
"dep:rustls",
|
|
]
|
|
system-proxy = ["reqwest/system-proxy"]
|
|
zip = [
|
|
"dep:zip",
|
|
"dep:tar",
|
|
"dep:flate2",
|
|
]
|
|
|
|
[lib]
|
|
name = "tauri_plugin_updater"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies.base64]
|
|
version = "0.22"
|
|
|
|
[dependencies.futures-util]
|
|
version = "0.3"
|
|
|
|
[dependencies.http]
|
|
version = "1"
|
|
|
|
[dependencies.infer]
|
|
version = "0.19"
|
|
|
|
[dependencies.log]
|
|
version = "0.4.21"
|
|
|
|
[dependencies.minisign-verify]
|
|
version = "0.2"
|
|
|
|
[dependencies.percent-encoding]
|
|
version = "2.3"
|
|
|
|
[dependencies.reqwest]
|
|
version = "0.13"
|
|
features = [
|
|
"json",
|
|
"stream",
|
|
]
|
|
default-features = false
|
|
|
|
[dependencies.rustls]
|
|
version = "0.23"
|
|
features = ["ring"]
|
|
optional = true
|
|
default-features = false
|
|
|
|
[dependencies.semver]
|
|
version = "1"
|
|
features = ["serde"]
|
|
|
|
[dependencies.serde]
|
|
version = "1"
|
|
features = ["derive"]
|
|
|
|
[dependencies.serde_json]
|
|
version = "1"
|
|
|
|
[dependencies.tauri]
|
|
version = "2.10"
|
|
default-features = false
|
|
|
|
[dependencies.tempfile]
|
|
version = "3.20"
|
|
|
|
[dependencies.thiserror]
|
|
version = "2"
|
|
|
|
[dependencies.time]
|
|
version = "0.3"
|
|
features = [
|
|
"parsing",
|
|
"formatting",
|
|
]
|
|
|
|
[dependencies.tokio]
|
|
version = "1"
|
|
|
|
[dependencies.url]
|
|
version = "2"
|
|
|
|
[build-dependencies.tauri-plugin]
|
|
version = "2.5"
|
|
features = ["build"]
|
|
|
|
[target.'cfg(target_os = "linux")'.dependencies.dirs]
|
|
version = "6"
|
|
|
|
[target.'cfg(target_os = "linux")'.dependencies.flate2]
|
|
version = "1"
|
|
optional = true
|
|
|
|
[target.'cfg(target_os = "linux")'.dependencies.tar]
|
|
version = "0.4"
|
|
optional = true
|
|
|
|
[target.'cfg(target_os = "macos")'.dependencies.flate2]
|
|
version = "1"
|
|
|
|
[target.'cfg(target_os = "macos")'.dependencies.osakit]
|
|
version = "0.3"
|
|
features = ["full"]
|
|
|
|
[target.'cfg(target_os = "macos")'.dependencies.tar]
|
|
version = "0.4"
|
|
|
|
[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
|
|
version = "0.60.0"
|
|
features = [
|
|
"Win32_Foundation",
|
|
"Win32_UI_WindowsAndMessaging",
|
|
"Win32_UI_Shell",
|
|
]
|
|
|
|
[target.'cfg(target_os = "windows")'.dependencies.zip]
|
|
version = "4"
|
|
optional = true
|
|
default-features = false
|