smix-sdk 1.0.21

smix-sdk — user-facing public surface for the smix Rust library. App + ergonomic selector helpers + matchers. Wraps SimctlDriver + SimctlClient + HttpRunnerClient.
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.97"
name = "smix-sdk"
version = "1.0.21"
authors = ["Golia <doracawl@golia.jp>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "smix-sdk — user-facing public surface for the smix Rust library. App + ergonomic selector helpers + matchers. Wraps SimctlDriver + SimctlClient + HttpRunnerClient."
homepage = "https://github.com/goliajp/smix"
documentation = "https://docs.rs/smix-sdk"
readme = "README.md"
keywords = [
    "ios",
    "simulator",
    "automation",
    "sdk",
    "ai",
]
categories = ["development-tools::testing"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/goliajp/smix"

[lib]
name = "smix_sdk"
path = "src/lib.rs"

[[example]]
name = "fixture_tour"
path = "examples/fixture_tour.rs"

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

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

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

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

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

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

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

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

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

[dependencies.async-trait]
version = "0.1"

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

[dependencies.png]
version = "0.17"

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

[dependencies.serde_json]
version = "1"

[dependencies.smix-adb]
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-runner-client]
version = "1.0.0"

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

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

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

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

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

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.serde_norway]
version = "0.9"

[dev-dependencies.smix-host-coord-resolver]
version = "1.0.0"

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

[dev-dependencies.wiremock]
version = "0.6"

[lints.clippy]
result_large_err = "allow"

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

[lints.rust]
warnings = "deny"