oag 0.20.1

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"
version = "0.20.1"
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/oag"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/urmzd/oag"
resolver = "2"

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

[dependencies.agentspec-update]
version = "0.6.0"

[dependencies.anyhow]
version = "1"

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

[dependencies.clap_complete]
version = "4"

[dependencies.crossterm]
version = "0.28"

[dependencies.env_logger]
version = "0.11"

[dependencies.indicatif]
version = "0.17"

[dependencies.log]
version = "0.4"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "0.8"

[dependencies.ureq]
version = "3"