smix-runner-client 1.0.21

smix-runner-client — HTTP IPC client to swift-bridge/SmixRunnerCore.
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-runner-client"
version = "1.0.21"
authors = ["Golia <doracawl@golia.jp>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "smix-runner-client — HTTP IPC client to swift-bridge/SmixRunnerCore."
homepage = "https://github.com/goliajp/smix"
documentation = "https://docs.rs/smix-runner-client"
readme = "README.md"
keywords = [
    "ios",
    "simulator",
    "http",
    "automation",
]
categories = ["development-tools::testing"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/goliajp/smix"

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

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

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

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

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

[dependencies.serde_json]
version = "1"

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

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

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

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

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

[dependencies.smix-sim-health]
version = "1.0.3"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

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

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