smix-cli 1.0.11

smix — AI-native iOS Simulator automation CLI.
# 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.97"
name = "smix-cli"
version = "1.0.11"
authors = ["Golia <doracawl@golia.jp>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "smix — AI-native iOS Simulator automation CLI."
homepage = "https://github.com/goliajp/smix"
documentation = "https://docs.rs/smix-cli"
readme = "README.md"
keywords = [
    "ios",
    "simulator",
    "cli",
    "automation",
]
categories = [
    "development-tools::testing",
    "command-line-utilities",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/goliajp/smix"

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

[[bench]]
name = "perf_gate"
path = "benches/perf_gate.rs"
harness = false

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

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

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_norway]
version = "0.9"

[dependencies.smix-adapter-maestro]
version = "1.0.0"

[dependencies.smix-annotate]
version = "1.0.0"

[dependencies.smix-driver]
version = "1.0.0"

[dependencies.smix-error]
version = "1.0.0"

[dependencies.smix-input]
version = "1.0.0"

[dependencies.smix-migrate]
version = "1.0.0"

[dependencies.smix-runner-client]
version = "1.0.0"

[dependencies.smix-runner-sources]
version = "1.0.0"

[dependencies.smix-runner-wire]
version = "1.0.0"

[dependencies.smix-screen]
version = "1.0.0"

[dependencies.smix-sdk]
version = "1.0.0"

[dependencies.smix-selector]
version = "1.0.0"

[dependencies.smix-simctl]
version = "1.0.0"

[dependencies.thiserror]
version = "2"

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

[dev-dependencies.criterion]
version = "0.7"
features = [
    "plotters",
    "cargo_bench_support",
]
default-features = false

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

[lints.clippy]
result_large_err = "allow"

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

[lints.rust]
warnings = "deny"