[package]
edition = "2024"
rust-version = "1.85"
name = "kanade-client"
version = "0.43.22"
authors = ["yukimemi <yukimemi@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "End-user-facing Tauri Client App for the kanade endpoint-management system. Talks to the LocalSystem agent over the KLP Named Pipe (SPEC §2.12); presents a tray + window UI for notifications / health / self-service jobs."
homepage = "https://github.com/yukimemi/kanade"
readme = "README.md"
keywords = [
"nats",
"jetstream",
"endpoint-management",
"orchestration",
]
categories = [
"command-line-utilities",
"network-programming",
]
license = "MIT"
repository = "https://github.com/yukimemi/kanade"
resolver = "2"
[[bin]]
name = "kanade-client"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.102"
[dependencies.kanade-shared]
version = "0.43.16"
[target.'cfg(target_os = "windows")'.dependencies.chrono]
version = "0.4.45"
features = ["serde"]
[target.'cfg(target_os = "windows")'.dependencies.serde]
version = "1.0.228"
features = ["derive"]
[target.'cfg(target_os = "windows")'.dependencies.serde_json]
version = "1.0.150"
[target.'cfg(target_os = "windows")'.dependencies.tauri]
version = "2.11.2"
features = []
[target.'cfg(target_os = "windows")'.dependencies.tokio]
version = "1.52.3"
features = ["full"]
[target.'cfg(target_os = "windows")'.dependencies.tracing]
version = "0.1.44"
[target.'cfg(target_os = "windows")'.dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]
[target.'cfg(target_os = "windows")'.dependencies.uuid]
version = "1.23.2"
features = [
"v4",
"v5",
"serde",
]
[target.'cfg(target_os = "windows")'.build-dependencies.tauri-build]
version = "2.6.2"
features = []