openapi-nexus-parser 0.0.5

OpenAPI 3.1 to code 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 = "openapi-nexus-parser"
version = "0.0.5"
authors = ["Adam Basfop Cavendish <GetbetterABC@yeah.net>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenAPI 3.1 to code generator"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/adamcavendish/openapi-nexus"

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

[dependencies.openapi-nexus-spec]
version = "0.0.5"

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

[dependencies.serde_json]
version = "1.0.148"

[dependencies.serde_norway]
version = "0.9.42"

[dependencies.snafu]
version = "0.8.9"

[dependencies.tracing]
version = "0.1.44"

[dependencies.utoipa]
version = "5.4.0"
features = [
    "axum_extras",
    "chrono",
    "config",
    "debug",
    "non_strict_integers",
    "openapi_extensions",
    "time",
    "ulid",
    "url",
    "uuid",
    "yaml",
]