open-api-generator 0.0.1

An OpenAPI/Swagger schema generator
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 = "2024"
name = "open-api-generator"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An OpenAPI/Swagger schema generator"
readme = false
keywords = [
    "openapi",
    "generator",
    "web",
]
license = "Apache-2.0"
repository = "https://gitlab.com/IovoslavIovchev/open-api-generator"

[features]
actix-web-generator = []
axum-generator = []
default = []

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

[[bin]]
name = "open-api-generator"
path = "src/main.rs"

[dependencies.codegen]
version = "0.1.0"

[dependencies.either]
version = "1.6.1"

[dependencies.heck]
version = "0.4.0"

[dependencies.openapi]
version = "0.1.5"

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

[dependencies.serde_yaml]
version = "0.8"