tauri-swift-runtime 0.1.2

A runtime layer for executing Swift code in Tauri plugins on macOS and iOS
Documentation
# 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 = "2024"
name = "tauri-swift-runtime"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A runtime layer for executing Swift code in Tauri plugins on macOS and iOS"
readme = "README.md"
keywords = [
    "tauri",
    "swift",
    "runtime",
    "macos",
    "ios",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Choochmeque/tauri-swift-runtime"

[lib]
name = "tauri_swift_runtime"
path = "src-rs/lib.rs"

[dependencies.memoffset]
version = "0.9"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.swift-rs]
version = "1.0.7"

[dependencies.tauri]
version = "2.7.0"
features = ["unstable"]

[dependencies.thiserror]
version = "2"

[target.'cfg(target_os = "macos")'.build-dependencies.swift-rs]
version = "1.0.7"
features = ["build"]