victauri-core 0.1.3

Core types and protocol for Victauri — Verified Introspection & Control for Tauri
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 = "victauri-core"
version = "0.1.3"
authors = ["4DA Systems <hello@4da.ai>"]
build = false
exclude = [
    "tests/",
    "benches/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types and protocol for Victauri — Verified Introspection & Control for Tauri"
homepage = "https://github.com/runyourempire/victauri"
documentation = "https://docs.rs/victauri-core"
readme = "README.md"
keywords = [
    "tauri",
    "mcp",
    "introspection",
    "testing",
    "desktop",
]
categories = [
    "development-tools::testing",
    "gui",
]
license = "Apache-2.0"
repository = "https://github.com/runyourempire/victauri"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
schema = ["dep:schemars"]

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.inventory]
version = "0.3"

[dependencies.schemars]
version = "1"
features = ["chrono04"]
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[lints.clippy]
cast_lossless = "deny"
default_trait_access = "deny"
derive_partial_eq_without_eq = "deny"
doc_markdown = "deny"
if_not_else = "deny"
items_after_statements = "deny"
manual_let_else = "deny"
map_unwrap_or = "deny"
missing_errors_doc = "deny"
missing_panics_doc = "deny"
must_use_candidate = "deny"
needless_raw_string_hashes = "deny"
redundant_closure_for_method_calls = "deny"
redundant_pub_crate = "deny"
return_self_not_must_use = "deny"
single_match_else = "deny"
uninlined_format_args = "deny"
use_self = "deny"

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

[lints.rust]
unsafe_code = "deny"