victauri-cli 0.2.0

CLI for Victauri — scaffold tests, check running apps, record sessions
# 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-cli"
version = "0.2.0"
authors = ["4DA Systems <hello@4da.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for Victauri — scaffold tests, check running apps, record sessions"
homepage = "https://github.com/runyourempire/victauri"
documentation = "https://docs.rs/victauri-cli"
readme = "README.md"
keywords = [
    "tauri",
    "mcp",
    "testing",
    "cli",
    "scaffold",
]
categories = [
    "development-tools::testing",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/runyourempire/victauri"
resolver = "2"

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

[[bin]]
name = "victauri"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.ctrlc]
version = "3"

[dependencies.notify]
version = "7"
features = ["macos_kqueue"]
default-features = false

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml_edit]
version = "0.22"

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

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

[dependencies.victauri-test]
version = "0.2.0"

[dev-dependencies.tempfile]
version = "3"

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