vigil-ui-protocol 0.1.7

IPC protocol types for Vigil desktop UI — Tauri command request/response schemas with capability gating
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 = "2021"
rust-version = "1.80"
name = "vigil-ui-protocol"
version = "0.1.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "IPC protocol types for Vigil desktop UI — Tauri command request/response schemas with capability gating"
homepage = "https://vigils.ai"
readme = false
keywords = [
    "vigil",
    "tauri",
    "ipc",
    "ui-protocol",
]
categories = [
    "data-structures",
    "api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/duncatzat/vigils"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.vigil-audit]
version = "0.1.0"

[dependencies.vigil-runner-types]
version = "0.1.0"

[dependencies.vigil-types]
version = "0.1.0"

[dev-dependencies.serde_jcs]
version = "0.1"

[lints.clippy]
dbg_macro = "warn"
expect_used = "warn"
panic = "warn"
todo = "warn"
unwrap_used = "warn"

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