oag-cli 0.1.0

CLI for the oag OpenAPI code generator
# 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 = "oag-cli"
version = "0.1.0"
authors = ["urmzd"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for the oag OpenAPI code generator"
homepage = "https://github.com/urmzd/openapi-generator"
readme = "README.md"
license = "MIT"
repository = "https://github.com/urmzd/openapi-generator"
resolver = "2"

[[bin]]
name = "oag"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.clap_complete]
version = "4"

[dependencies.env_logger]
version = "0.11"

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.log]
version = "0.4"

[dependencies.oag-core]
version = "0.1.0"

[dependencies.oag-react]
version = "0.1.0"

[dependencies.oag-typescript]
version = "0.1.0"

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml_ng]
version = "0.10"