[package]
edition = "2024"
rust-version = "1.95"
name = "smix-simctl"
version = "0.1.0"
authors = ["Golia <doracawl@golia.jp>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "smix-simctl — xcrun simctl child_process wrapper (outer crate). Ported from now-retired TS source: src/sim/simctl.ts. v3.1 c10."
homepage = "https://github.com/goliajp/smix"
documentation = "https://docs.rs/smix-simctl"
readme = "README.md"
keywords = [
"xcrun",
"simctl",
"ios",
"simulator",
"macos",
]
categories = [
"development-tools::testing",
"command-line-utilities",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/goliajp/smix"
[lib]
name = "smix_simctl"
path = "src/lib.rs"
[[test]]
name = "registry"
path = "tests/registry.rs"
[[test]]
name = "types"
path = "tests/types.rs"
[[bench]]
name = "perf_gate"
path = "benches/perf_gate.rs"
harness = false
[dependencies.libc]
version = "0.2"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.smix-error]
version = "0.1.0"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
version = "1"
features = [
"rt-multi-thread",
"macros",
"net",
"time",
"io-util",
"process",
"process",
"macros",
"rt-multi-thread",
"io-util",
]
[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",
]
[lints.clippy]
result_large_err = "allow"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.rust]
warnings = "deny"