verifyos-cli 0.6.1

AI agent-friendly Rust CLI for scanning iOS app bundles for App Store rejection risks before submission.
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 = "2021"
name = "verifyos-cli"
version = "0.6.1"
authors = ["0xboji"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AI agent-friendly Rust CLI for scanning iOS app bundles for App Store rejection risks before submission."
homepage = "https://github.com/0xBoji/verifyos-cli"
readme = "README.md"
keywords = [
    "ai",
    "ai-agent",
    "ios",
    "appstore",
    "security",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/0xBoji/verifyos-cli"

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

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

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

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

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

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

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

[dependencies.apple-codesign]
version = "0.27"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.colored]
version = "2.1"

[dependencies.comfy-table]
version = "7.1"

[dependencies.goblin]
version = "0.8"

[dependencies.indicatif]
version = "0.17"

[dependencies.miette]
version = "7.2"
features = ["fancy"]

[dependencies.plist]
version = "1.6"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
version = "3.26.0"

[dependencies.textwrap]
version = "0.16.2"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml]
version = "0.8"

[dependencies.zip]
version = "0.6"