verifyos-cli 0.2.1

A pure Rust CLI tool to scan Apple app bundles for App Store rejection risks before submission.
Documentation
[advisories]
db-urls = ["https://github.com/RustSec/advisory-db"]
ignore = [
  { id = "RUSTSEC-2023-0071", reason = "No fixed upgrade available; rsa is transitive via apple-codesign" },
  { id = "RUSTSEC-2020-0095", reason = "difference is transitive via apple-codesign" },
  { id = "RUSTSEC-2025-0119", reason = "number_prefix is transitive via indicatif" },
  { id = "RUSTSEC-2025-0134", reason = "rustls-pemfile is transitive via apple-codesign" },
]

[bans]
multiple-versions = "warn"

[licenses]
allow = [
  "MIT",
  "Apache-2.0",
  "BSD-2-Clause",
  "BSD-3-Clause",
  "ISC",
  "Zlib",
  "MPL-2.0",
  "Unicode-3.0",
  "CC0-1.0",
  "BlueOak-1.0.0",
]