verifyos-cli 0.1.0

A pure Rust CLI tool to scan Apple 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.1.0"
authors = ["0xboji"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A pure Rust CLI tool to scan Apple app bundles for App Store rejection risks before submission."
homepage = "https://github.com/0xBoji/verifyos-cli"
readme = "README.md"
license = "MIT"
repository = "https://github.com/0xBoji/verifyos-cli"

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

[[bin]]
name = "verifyos-cli"
path = "src/main.rs"

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

[[test]]
name = "rules_test"
path = "tests/rules_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.tempfile]
version = "3.26.0"

[dependencies.textwrap]
version = "0.16.2"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.zip]
version = "0.6"