mitm2openapi 0.5.1

Convert mitmproxy flow dumps and HAR files to OpenAPI 3.0 specs — fast Rust rewrite of mitmproxy2swagger
Documentation
# Benchmarks

Generated by the [benchmark workflow](.github/workflows/bench.yml).

# Benchmark results

_Run: 2026-04-22 22:31 UTC, commit `22ef2faa`, runner: Linux 6.17.0-1011-azure_

Fixture: 89 MB, 40k requests across 8 endpoint shapes (`bench-fixtures-v1`).

## Timing

| Command | Mean [s] | Min [s] | Max [s] | Relative |
|:---|---:|---:|---:|---:|
| `Python mitmproxy2swagger` | 44.757 ± 0.219 | 44.384 | 44.965 | 16.80 ± 0.26 |
| `Rust mitm2openapi` | 2.663 ± 0.039 | 2.618 | 2.712 | 1.00 |

## Peak RSS
| Tool | RSS |
|------|----:|
| Python mitmproxy2swagger | 46104 KB |
| Rust mitm2openapi        | 6168 KB |