openapi-nexus-typescript 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-typescript"
version = "0.0.5"
authors = ["Adam Basfop Cavendish <GetbetterABC@yeah.net>"]
build = "build.rs"
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_typescript"
path = "src/lib.rs"

[[test]]
name = "golden_tests_typescript_fetch"
path = "tests/golden_tests_typescript_fetch.rs"

[dependencies.chrono]
version = "0.4.42"
features = ["serde"]

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

[dependencies.heck]
version = "0.5.0"

[dependencies.http]
version = "1.4.0"

[dependencies.indexmap]
version = "2.12.1"

[dependencies.minijinja]
version = "2.14.0"
features = [
    "json",
    "loader",
    "loop_controls",
    "urlencode",
]

[dependencies.minijinja-embed]
version = "2.12.0"

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

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

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

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

[dependencies.pretty]
version = "0.12.5"

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

[dependencies.serde_json]
version = "1.0.148"

[dependencies.serde_plain]
version = "1.0.2"

[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"]

[dependencies.tracing-test]
version = "0.2.5"

[dev-dependencies.openapi-nexus-parser]
version = "0.0.5"

[dev-dependencies.serde_norway]
version = "0.9.42"

[dev-dependencies.similar]
version = "2.7.0"

[dev-dependencies.tempfile]
version = "3.24.0"

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

[build-dependencies.minijinja-embed]
version = "2.12.0"