origin-tauri 0.2.0

Tauri host layer for Origin: plugin wiring, tray, IPC commands and the event bridge.
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"
rust-version = "1.88"
name = "origin-tauri"
version = "0.2.0"
authors = ["Jörn Seidel <joern.seidel@casoon.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tauri host layer for Origin: plugin wiring, tray, IPC commands and the event bridge."
homepage = "https://casoon.dev"
readme = "README.md"
keywords = [
    "tauri",
    "desktop",
    "ipc",
    "tray",
]
categories = [
    "gui",
    "os",
]
license = "MIT"
repository = "https://github.com/casoon/origin"

[features]
default = []
ts = [
    "dep:ts-rs",
    "origin-app/ts",
    "origin-domain/ts",
    "origin-connector/ts",
    "origin-sync/ts",
]

[lib]
name = "origin_tauri"
path = "src/lib.rs"

[dependencies.async-trait]
version = "0.1.92"

[dependencies.origin-accounts]
version = "0.2.0"

[dependencies.origin-app]
version = "0.2.0"

[dependencies.origin-connector]
version = "0.2.0"

[dependencies.origin-domain]
version = "0.2.0"

[dependencies.origin-events]
version = "0.2.0"

[dependencies.origin-http]
version = "0.2.0"

[dependencies.origin-http-reqwest]
version = "0.2.0"

[dependencies.origin-jobs]
version = "0.2.0"

[dependencies.origin-notifications-tauri]
version = "0.2.0"

[dependencies.origin-platform]
version = "0.2.0"

[dependencies.origin-secrets]
version = "0.2.0"

[dependencies.origin-secrets-system]
version = "0.2.0"

[dependencies.origin-settings]
version = "0.2.0"

[dependencies.origin-storage]
version = "0.2.0"

[dependencies.origin-storage-sqlite]
version = "0.2.0"

[dependencies.origin-sync]
version = "0.2.0"

[dependencies.serde]
version = "1.0.229"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.151"

[dependencies.tauri]
version = "2.11"
features = ["tray-icon"]

[dependencies.tauri-plugin-notification]
version = "2.3"

[dependencies.tauri-plugin-opener]
version = "2.5"

[dependencies.tauri-plugin-single-instance]
version = "2.4"

[dependencies.tauri-plugin-window-state]
version = "2.4"

[dependencies.time]
version = "0.3.55"
features = [
    "serde-well-known",
    "macros",
]

[dependencies.tokio-util]
version = "0.7"

[dependencies.tracing]
version = "0.1.44"

[dependencies.ts-rs]
version = "12.0"
optional = true

[dev-dependencies.tokio]
version = "1.53"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "time",
    "rt-multi-thread",
    "macros",
]

[target."cfg(not(windows))".dev-dependencies.tauri]
version = "2.11"
features = [
    "tray-icon",
    "test",
]

[lints.clippy]
dbg_macro = "warn"
print_stdout = "warn"
todo = "warn"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
missing_debug_implementations = "warn"
unreachable_pub = "warn"
unsafe_code = "forbid"