starknet-contract-verifier 0.5.0

DEPRECATED: Use voyager-verifier instead. This package redirects to the new voyager-verifier package.
# ⚠️ DEPRECATED: starknet-contract-verifier

This package has been renamed to **`voyager-verifier`**.

## Migration Instructions

1. Uninstall the old package:
   ```bash
   cargo uninstall starknet-contract-verifier
   ```

2. Install the new package:
   ```bash
   cargo install voyager-verifier
   ```

3. Use the new binary name:
   ```bash
   voyager --help
   ```

## New Repository

- **Repository**: https://github.com/NethermindEth/voyager-verifier
- **Crates.io**: https://crates.io/crates/voyager-verifier

This deprecation package will be removed in a future version. Please migrate to `voyager-verifier` as soon as possible.