# 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.75" name = "tauri-plugin-ota-updater" version = "2.0.0" authors = ["CrabNebula Ltd."] build = "build.rs" links = "tauri-plugin-ota-updater" autobins = false autoexamples = false autotests = false autobenches = false description = "Over-the-air updates for the Web assets in a Tauri app." readme = "README.md" license = "PolyForm-Noncommercial-1.0.0" repository = "https://github.com/crabnebula-dev/tauri-plugin-ota-updater" [package.metadata.docs.rs] rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "tauri_plugin_ota_updater" path = "src/lib.rs" [dependencies.base64] version = "0.22" [dependencies.log] version = "0.4" [dependencies.minisign-verify] version = "0.2" [dependencies.reqwest] version = "0.12" features = ["json"] default-features = false [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.tar] version = "0.4" [dependencies.tauri] version = "2.0.0" [dependencies.tempfile] version = "3" [dependencies.thiserror] version = "1" [dependencies.walkdir] version = "2" [build-dependencies.tauri-plugin] version = "2.0.0" features = ["build"] [features] default = ["native-tls"] native-tls = ["reqwest/native-tls"] native-tls-vendored = ["reqwest/native-tls-vendored"] rustls-tls = ["reqwest/rustls-tls"]