# 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-macos-sign" version = "2.0.1" authors = ["Tauri Programme within The Commons Conservancy"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Code signing utilities for macOS and iOS apps" readme = "README.md" keywords = [ "codesign", "signing", "macos", "ios", "tauri", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/tauri-apps/tauri" [lib] name = "tauri_macos_sign" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.apple-codesign] version = "0.27" [dependencies.chrono] version = "0.4.38" [dependencies.dirs-next] version = "2" [dependencies.log] version = "0.4.21" features = ["kv"] [dependencies.once-cell-regex] version = "0.2" [dependencies.os_pipe] version = "1" [dependencies.p12] version = "0.6" [dependencies.plist] version = "1" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tempfile] version = "3" [dependencies.x509-certificate] version = "0.23"