harbinger 0.1.0

A Rust implementation that captures live API responses from Postman collections and automatically generates OpenAPI 3.0 specifications
Documentation
[[bin]]
name = "harbinger"
path = "src/main.rs"

[build-dependencies.tauri-build]
features = []
version = "1.5"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.indexmap]
features = ["serde"]
version = "2.0"

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
features = ["json"]
version = "0.11"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tokio]
features = ["full"]
version = "1.0"

[dependencies.url]
version = "2.5"

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

[package]
authors = ["Your Name <your.email@example.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "web-programming", "development-tools"]
description = "A Rust implementation that captures live API responses from Postman collections and automatically generates OpenAPI 3.0 specifications"
edition = "2021"
homepage = "https://github.com/yourusername/harbinger"
keywords = ["api", "openapi", "postman", "specification", "generator"]
license = "Apache-2.0"
name = "harbinger"
readme = "README.md"
repository = "https://github.com/yourusername/harbinger"
version = "0.1.0"