[package]
edition = "2024"
name = "satay-cli"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for generating Rust clients from OpenAPI 3.1 documents"
homepage = "https://github.com/zeon256/satay-rs"
documentation = "https://github.com/zeon256/satay-rs#readme"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/zeon256/satay-rs"
[[bin]]
name = "satay"
path = "src/main.rs"
[dependencies.argh]
version = "0.1.19"
[dependencies.satay-codegen]
version = "0.1.1"
[dependencies.thiserror]
version = "2"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]