openapi_type_picker 0.2.4

A library for generating Rust data types according to the OpenAPI specification with the ability to select only the necessary types
Documentation
[dependencies.convert_case]
version = "0.8"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::build-utils"]
description = "A library for generating Rust data types according to the OpenAPI specification with the ability to select only the necessary types"
edition = "2024"
keywords = ["build", "openapi", "swagger", "generator"]
license = "MIT OR Apache-2.0"
name = "openapi_type_picker"
readme = "README.md"
repository = "https://github.com/aeiklorvy/openapi_type_picker"
version = "0.2.4"