tauri-pilot-cli 0.2.1

CLI for interactive testing and automation of Tauri v2 applications
# 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.94.0"
name = "tauri-pilot-cli"
version = "0.2.1"
authors = ["Mathieu Piton <contact@mathieu-piton.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for interactive testing and automation of Tauri v2 applications"
homepage = "https://github.com/mpiton/tauri-pilot"
readme = "README.md"
keywords = [
    "tauri",
    "cli",
    "testing",
    "automation",
    "accessibility",
]
categories = [
    "command-line-utilities",
    "development-tools::testing",
]
license = "MIT"
repository = "https://github.com/mpiton/tauri-pilot"
resolver = "2"

[[bin]]
name = "tauri-pilot"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22.1"

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

[dependencies.indicatif]
version = "0.17"

[dependencies.libc]
version = "0.2.184"

[dependencies.owo-colors]
version = "4.3.0"
features = ["supports-colors"]

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "net",
    "rt-multi-thread",
    "macros",
    "io-util",
    "time",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.serial_test]
version = "3.4.0"

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

[lints.clippy]
unwrap_used = "deny"

[lints.clippy.pedantic]
level = "warn"
priority = -1