openapi-nexus 0.0.4

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"
version = "0.0.4"
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"
path = "src/lib.rs"

[[bin]]
name = "openapi-nexus"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.51"
features = [
    "derive",
    "env",
]

[dependencies.openapi-nexus-common]
version = "0.0.4"

[dependencies.openapi-nexus-config]
version = "0.0.4"

[dependencies.openapi-nexus-core]
version = "0.0.4"

[dependencies.openapi-nexus-go]
version = "0.0.4"

[dependencies.openapi-nexus-parser]
version = "0.0.4"

[dependencies.openapi-nexus-typescript]
version = "0.0.4"

[dependencies.snafu]
version = "0.8.9"

[dependencies.toml]
version = "0.9.8"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.22"
features = ["env-filter"]