openapi-clap 0.1.5

Auto-generate clap CLI commands from OpenAPI specs
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "openapi-clap"
version = "0.1.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Auto-generate clap CLI commands from OpenAPI specs"
homepage = "https://github.com/ynishi/openapi-clap"
readme = "README.md"
keywords = [
    "openapi",
    "clap",
    "cli",
    "codegen",
    "rest",
]
categories = [
    "command-line-interface",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ynishi/openapi-clap"

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

[dependencies.clap]
version = "4"
features = ["string"]

[dependencies.openapi-deref]
version = "0.1"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.urlencoding]
version = "2"

[dev-dependencies.mockito]
version = "1"