victauri-test 0.2.1

Test assertion helpers for Victauri-powered Tauri app testing
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-test"
version = "0.2.1"
authors = ["4DA Systems <hello@4da.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Test assertion helpers for Victauri-powered Tauri app testing"
homepage = "https://github.com/runyourempire/victauri"
documentation = "https://docs.rs/victauri-test"
readme = "README.md"
keywords = [
    "tauri",
    "mcp",
    "testing",
    "assertions",
    "integration-test",
]
categories = ["development-tools::testing"]
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_test"
path = "src/lib.rs"

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

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

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

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

[dependencies.base64]
version = "0.22"

[dependencies.png]
version = "0.17"

[dependencies.reqwest]
version = "0.12"
features = [
    "rustls-tls",
    "json",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dev-dependencies.axum]
version = "0.8"

[dev-dependencies.http-body-util]
version = "0.1"

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

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

[dev-dependencies.tower]
version = "0.5"
features = ["util"]

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

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