openapi-lambda-codegen 0.1.3

Code generator for openapi-lambda crate
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"
rust-version = "1.65.0"
name = "openapi-lambda-codegen"
version = "0.1.3"
authors = ["David A. Ramos <ramos@cs.stanford.edu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code generator for openapi-lambda crate"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ramosbugs/openapi-lambda-rust"

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

[dependencies.convert_case]
version = "0.6"

[dependencies.http]
version = "1"

[dependencies.indexmap]
version = "2.1"

[dependencies.itertools]
version = "0.12"

[dependencies.log]
version = "0.4"

[dependencies.mime]
version = "0.3"

[dependencies.openapiv3]
version = "2"

[dependencies.prettyplease]
version = "0.2"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.serde]
version = "1"
features = ["rc"]

[dependencies.serde_json]
version = "1"

[dependencies.serde_path_to_error]
version = "0.1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.syn]
version = "2"

[dependencies.unicode-ident]
version = "1"

[dependencies.unzip-n]
version = "0.1"

[dev-dependencies.pretty_assertions]
version = "1.4"