victauri-macros 0.2.0

Proc macros for Victauri — auto-instrumentation of Tauri commands
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-macros"
version = "0.2.0"
authors = ["4DA Systems <hello@4da.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proc macros for Victauri — auto-instrumentation of Tauri commands"
homepage = "https://github.com/runyourempire/victauri"
documentation = "https://docs.rs/victauri-macros"
readme = "README.md"
keywords = [
    "tauri",
    "mcp",
    "proc-macro",
    "introspection",
    "instrumentation",
]
categories = [
    "development-tools::testing",
    "development-tools::procedural-macro-helpers",
]
license = "Apache-2.0"
repository = "https://github.com/runyourempire/victauri"
resolver = "2"

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

[lib]
name = "victauri_macros"
path = "src/lib.rs"
proc-macro = true

[[test]]
name = "macro_tests"
path = "tests/macro_tests.rs"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"
features = [
    "full",
    "extra-traits",
]

[dev-dependencies.victauri-core]
version = "0.2.0"

[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"