mitm2openapi 0.5.2

Convert mitmproxy flow dumps and HAR files to OpenAPI 3.0 specs — fast Rust rewrite of mitmproxy2swagger
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[workspace]
# Generate CHANGELOG.md from conventional commits
changelog_update = true
# Create GitHub Release with auto-generated notes
git_release_enable = true
# Enable semver checks on PRs (requires cargo-semver-checks)
semver_check = true
# Bump dependencies in lockfile
dependencies_update = false

[[package]]
name = "mitm2openapi"
# Use the existing git-cliff style for changelog sections
changelog_include = ["mitm2openapi"]