sqlmo_openapi 0.20.0

Crate to create sqlmo models from openapi v3 spec
Documentation
[package]
name = "sqlmo_openapi"
version = "0.20.0"
edition = "2021"
description = "Crate to create sqlmo models from openapi v3 spec"
license = "MIT"
repository = "https://github.com/kurtbuilds/sqlmo"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
openapiv3 = { version = "6", package = "openapiv3-extended" }
sqlmo = { path = ".." , version = "0.17" }
convert_case = "0.6.0"
anyhow = "1.0.72"

[dev-dependencies]
serde_yaml = "0.9.24"
serde_json = "1.0.103"